aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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