From 93dfe6dfe831c6c95e2bc927d82ea0de54ade3e0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Dec 2003 22:12:39 +0000 Subject: [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 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 \ -- cgit v1.2.3