From 7114e4b4af607ecc3d6c70d8b5238dd114f88da1 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 2 Jan 2005 11:46:29 +0000 Subject: [project @ 2005-01-02 11:46:29 by bursa] Fix debug and riscos_debug builds. svn path=/import/netsurf/; revision=1423 --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') 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) -- cgit v1.2.3