summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-02 11:46:29 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-02 11:46:29 +0000
commit7114e4b4af607ecc3d6c70d8b5238dd114f88da1 (patch)
tree301a463c4ac25c0a2734c3aff914376c9b64648d /makefile
parentbca91638bc122554ac63b5710c09bdf59bbaadeb (diff)
downloadnetsurf-7114e4b4af607ecc3d6c70d8b5238dd114f88da1.tar.gz
netsurf-7114e4b4af607ecc3d6c70d8b5238dd114f88da1.tar.bz2
[project @ 2005-01-02 11:46:29 by bursa]
Fix debug and riscos_debug builds. svn path=/import/netsurf/; revision=1423
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index f34dc4727..54b49e402 100644
--- a/makefile
+++ b/makefile
@@ -42,13 +42,12 @@ OBJECTS_NCOS = $(OBJECTS_RISCOS)
OBJECTS_DEBUG = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_DEBUG += debug_bitmap.o filetyped.o fontd.o netsurfd.o # debug/
-OBJECTS_DEBUG += gif.o gifread.o save_complete.o schedule.o # riscos/
OBJECTS_DEBUGRO = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_DEBUGRO += netsurfd.o # debug/
OBJECTS_DEBUGRO += version.o # desktop/
OBJECTS_DEBUGRO += bitmap.o draw.o filetype.o font.o \
- gif.o gifread.o image.o jpeg.o save_complete.o \
+ gif.o gifread.o image.o jpeg.o plotters.o save_complete.o \
schedule.o sprite.o ufont.o # riscos/
OBJECTS_GTK = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)