summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-09-16 20:02:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-09-16 20:02:55 +0000
commitf4e447871bb0a84c71943b73344b987529567cea (patch)
tree816589c0bd64fd81336f6701e51b6a8bef7bd123 /makefile
parent9a23a2bc77f45c4f43153af42b08c746361fa5c9 (diff)
downloadnetsurf-f4e447871bb0a84c71943b73344b987529567cea.tar.gz
netsurf-f4e447871bb0a84c71943b73344b987529567cea.tar.bz2
[project @ 2003-09-16 20:02:55 by jmb]
Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index bce724106..97e15f910 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 \
dialog.o download.o gif.o gui.o jpeg.o menus.o png.o theme.o plugin.o \
- options.o filetype.o font.o uri.o htmlredraw.o sprite.o draw.o
+ options.o filetype.o font.o uri.o htmlredraw.o sprite.o draw.o about.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \
optionsd.o filetyped.o fontd.o