summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2006-02-26 03:03:14 +0000
committerAdrian Lees <adrian@aemulor.com>2006-02-26 03:03:14 +0000
commitb890cad9c9ea5bfc28456f43d88f6dc4aee17c17 (patch)
treeae47953a6c128157d12da9c083ca699f28b90b92 /makefile
parent60ea34ad48f604c96f228d8f7942c5527e8a5b15 (diff)
downloadnetsurf-b890cad9c9ea5bfc28456f43d88f6dc4aee17c17.tar.gz
netsurf-b890cad9c9ea5bfc28456f43d88f6dc4aee17c17.tar.bz2
[project @ 2006-02-26 03:03:14 by adrianl]
Added ico.o for rjw svn path=/import/netsurf/; revision=2097
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index e272d5b1b..682086d6a 100644
--- a/makefile
+++ b/makefile
@@ -27,7 +27,8 @@ OBJECTS_COMMON += messages.o talloc.o url.o utf8.o \
utils.o # utils/
OBJECTS_COMMON += options.o tree.o # desktop/
-OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o jpeg.o mng.o # image/
+OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \ # image/
+ mng.o
OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_RISCOS += browser.o netsurf.o selection.o textinput.o \