summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-07-13 03:54:47 +0000
committerJames Bursa <james@netsurf-browser.org>2007-07-13 03:54:47 +0000
commitafc9517fbd11f536457b1bec8a279e3198d9d659 (patch)
treeddd008f89ac4229e94253dfe825b8b2820a140d9 /makefile
parent59ecedf4447c67295802a5bdc31fd05a6981bace (diff)
downloadnetsurf-afc9517fbd11f536457b1bec8a279e3198d9d659.tar.gz
netsurf-afc9517fbd11f536457b1bec8a279e3198d9d659.tar.bz2
Add CONTENT_SVG to content handling.
svn path=/trunk/netsurf/; revision=3406
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1fb2ebaf0..f5f1f4dc3 100644
--- a/makefile
+++ b/makefile
@@ -30,7 +30,7 @@ OBJECTS_COMMON += filename.o hashtable.o messages.o talloc.o \
OBJECTS_COMMON += knockout.o options.o tree.o version.o # desktop/
OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \
- mng.o # image/
+ mng.o svg.o # image/
OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_RISCOS += browser.o frames.o history_core.o netsurf.o \