summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-07-30 13:06:22 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-07-30 13:06:22 +0000
commit7c474c848ee97bf0c72e5e216c36aaf6b6a3be91 (patch)
treea248fc7b8ed3aac05265c87108fa0892e4ff6899 /makefile
parent3c0daf429a15b39a8e5d521449be4306b14f579a (diff)
downloadnetsurf-7c474c848ee97bf0c72e5e216c36aaf6b6a3be91.tar.gz
netsurf-7c474c848ee97bf0c72e5e216c36aaf6b6a3be91.tar.bz2
[project @ 2003-07-30 13:06:22 by jmb]
Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9fcfbe89c..6b52124eb 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
OBJECTS = $(OBJECTS_COMMON) \
browser.o netsurf.o \
gif.o gui.o jpeg.o png.o theme.o plugin.o \
- options.o filetype.o font.o
+ options.o filetype.o font.o uri.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \
optionsd.o filetyped.o fontd.o