From b890cad9c9ea5bfc28456f43d88f6dc4aee17c17 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sun, 26 Feb 2006 03:03:14 +0000 Subject: [project @ 2006-02-26 03:03:14 by adrianl] Added ico.o for rjw svn path=/import/netsurf/; revision=2097 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3