aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreinelt <>2006-06-19 12:02:17 +0000
committerreinelt <>2006-06-19 12:02:17 +0000
commit630ca5947f66804257d2792c4ba3e4472866a774 (patch)
treeb6a93d21b788ef83b40f884a6d40663c95b2440e
parent91ceb38837ac015e1ef9561caa9beb056c07140f (diff)
downloadlcd4linux-630ca5947f66804257d2792c4ba3e4472866a774.tar.gz
[lcd4linux @ 2006-06-19 12:02:17 by reinelt]
linker error from widget_image fixed
-rw-r--r--drivers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 66d767b..8f25651 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -460,7 +460,7 @@ fi
if test "$GRAPHIC" = "yes"; then
DRIVERS="$DRIVERS drv_generic_graphic.o"
if test "$has_gd" = "true"; then
- DRIVERS="$DRIVERS drv_Image.o"
+ DRIVERS="$DRIVERS widget_image.o"
DRVLIBS="$DRVLIBS -lgd"
fi
fi