summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-26 22:12:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-26 22:12:39 +0000
commit93dfe6dfe831c6c95e2bc927d82ea0de54ade3e0 (patch)
tree49a07b3379b8001eec93c59f1376af56665be0b0 /makefile
parentd49a18d608bb9cfc779e386d65f942045ee2829c (diff)
downloadnetsurf-93dfe6dfe831c6c95e2bc927d82ea0de54ade3e0.tar.gz
netsurf-93dfe6dfe831c6c95e2bc927d82ea0de54ade3e0.tar.bz2
[project @ 2003-12-26 22:12:39 by jmb]
Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 951c48bd8..a2bd9659d 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 loginlist.o netsurf.o \
htmlinstance.o htmlredraw.o \
- 401login.o dialog.o download.o frames.o gui.o \
+ 401login.o constdata.o dialog.o download.o frames.o gui.o \
menus.o mouseactions.o \
options.o textselection.o theme.o window.o \
draw.o gif.o jpeg.o plugin.o png.o sprite.o \