From 4c80a243647408e4f8e38a0cfab7ead5a5c94151 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 19 Dec 2003 17:11:07 +0000 Subject: [project @ 2003-12-19 17:11:07 by bursa] Add netsurf_version string. svn path=/import/netsurf/; revision=435 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 619cd92d3..f3192f77f 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,8 @@ 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 history.o \ + version.o OBJECTS_DEBUG = $(OBJECTS_COMMON) \ netsurfd.o \ optionsd.o filetyped.o fontd.o -- cgit v1.2.3