From f4e447871bb0a84c71943b73344b987529567cea Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 16 Sep 2003 20:02:55 +0000 Subject: [project @ 2003-09-16 20:02:55 by jmb] Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.2.3