summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-17 21:30:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-17 21:30:03 +0000
commita3cd08929ae24ab9acd097584d050bdf9e78cb2b (patch)
tree232eb8d54f4488aca38f6a9dd6cd6224b98dd403 /makefile
parente6d5a5de407b0666cd41caeab75619302d53bcc1 (diff)
downloadnetsurf-a3cd08929ae24ab9acd097584d050bdf9e78cb2b.tar.gz
netsurf-a3cd08929ae24ab9acd097584d050bdf9e78cb2b.tar.bz2
[project @ 2004-10-17 21:30:03 by jmb]
Remove spurious gifread object. General tidying svn path=/import/netsurf/; revision=1320
Diffstat (limited to 'makefile')
-rw-r--r--makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/makefile b/makefile
index 6656639f4..de346e512 100644
--- a/makefile
+++ b/makefile
@@ -28,21 +28,20 @@ OBJECTS_IMAGE = jpeg.o mng.o gif.o gifread.o # image/
OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_RISCOS += browser.o netsurf.o version.o # desktop/
-OBJECTS_RISCOS += 401login.o bitmap.o debugwin.o \
- buffer.o dialog.o download.o draw.o filetype.o font.o \
- gifread.o gui.o help.o history.o hotlist.o image.o \
+OBJECTS_RISCOS += 401login.o bitmap.o buffer.o debugwin.o \
+ dialog.o download.o draw.o filetype.o font.o \
+ gui.o help.o history.o hotlist.o image.o \
menus.o mouseactions.o plotters.o plugin.o print.o \
save.o save_complete.o save_draw.o save_text.o \
schedule.o search.o sprite.o textselection.o theme.o thumbnail.o \
- ufont.o uri.o url_protocol.o wimp.o window.o # riscos/
+ ufont.o uri.o url_protocol.o wimp.o window.o # riscos/
# OBJECTS_RISCOS += memdebug.o
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_DEBUG += gif.o gifread.o save_complete.o schedule.o # riscos/
OBJECTS_DEBUGRO = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_DEBUGRO += netsurfd.o # debug/