summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:54:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:54:24 +0000
commitb1399acea239f8a7ffc1a2d3b2983a812cdf0945 (patch)
tree495a9ed862809be604a0907485dca258b37cb621 /makefile
parent583bb12c5a487291beea02d141f7e43146c8e4e4 (diff)
downloadnetsurf-b1399acea239f8a7ffc1a2d3b2983a812cdf0945.tar.gz
netsurf-b1399acea239f8a7ffc1a2d3b2983a812cdf0945.tar.bz2
[project @ 2004-08-15 19:54:24 by jmb]
Make debug builds compile svn path=/import/netsurf/; revision=1239
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ac09a24b7..07fdf45ed 100644
--- a/makefile
+++ b/makefile
@@ -45,7 +45,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON)
OBJECTS_DEBUGRO += netsurfd.o # debug/
OBJECTS_DEBUGRO += version.o # desktop/
OBJECTS_DEBUGRO += draw.o filetype.o font.o \
- gif.o gifread.o jpeg.o mng.o save_complete.o \
+ gif.o gifread.o image.o jpeg.o mng.o save_complete.o \
schedule.o sprite.o ufont.o # riscos/
OBJECTS_GTK = $(OBJECTS_COMMON)