summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-01 23:44:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-01 23:44:38 +0000
commitd4f3c07ae27d6052dc5a774bf55633c9735cbcf6 (patch)
treeea0d04cd547903f9be21f2d4aa39f3199b95fa53 /makefile
parentde5c80039972401c7856b5c883a415b88740989a (diff)
downloadnetsurf-d4f3c07ae27d6052dc5a774bf55633c9735cbcf6.tar.gz
netsurf-d4f3c07ae27d6052dc5a774bf55633c9735cbcf6.tar.bz2
[project @ 2003-06-01 23:44:38 by jmb]
Make it build svn path=/import/netsurf/; revision=149
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index b8f25d8a3..66fc89d8c 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.25 2003/06/01 23:02:56 monkeyson Exp $
+# $Id: makefile,v 1.26 2003/06/01 23:44:38 jmb Exp $
CC = riscos-gcc
OBJECTS = cache.o content.o fetch.o fetchcache.o \
@@ -6,7 +6,7 @@ OBJECTS = cache.o content.o fetch.o fetchcache.o \
browser.o netsurf.o \
box.o html.o layout.o textplain.o \
filetype.o font.o gui.o jpeg.o png.o theme.o \
- utils.o plugin.o choices.o
+ utils.o plugin.o options.o
VPATH = content:css:desktop:render:riscos:utils
WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
-Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes \