summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-27 04:50:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-27 04:50:02 +0000
commitfe1e4efac27026832852b3d70ce4e69aa004f57f (patch)
tree25c3cdaec79348b5798fe09e36b6b48fb75a9a45 /makefile
parent02915bb58365f783b5ebed4612ccb19840bb6157 (diff)
downloadnetsurf-fe1e4efac27026832852b3d70ce4e69aa004f57f.tar.gz
netsurf-fe1e4efac27026832852b3d70ce4e69aa004f57f.tar.bz2
[project @ 2003-12-27 04:50:02 by jmb]
Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a2bd9659d..23d2135c9 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ OBJECTS = $(OBJECTS_COMMON) \
menus.o mouseactions.o \
options.o textselection.o theme.o window.o \
draw.o gif.o jpeg.o plugin.o png.o sprite.o \
- about.o filetype.o font.o uri.o history.o \
+ about.o filetype.o font.o uri.o url.o history.o \
version.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \