summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-08-21 21:39:07 +0000
committerJames Bursa <james@netsurf-browser.org>2003-08-21 21:39:07 +0000
commitdfbe3c84f1541590cf4bea240d0abfaf76d5afb1 (patch)
tree2dbb2be0f21d2aa947e269d56185073fcf42836d /makefile
parent15d57a66349d999edf83bfb892b8405779fc2821 (diff)
downloadnetsurf-dfbe3c84f1541590cf4bea240d0abfaf76d5afb1.tar.gz
netsurf-dfbe3c84f1541590cf4bea240d0abfaf76d5afb1.tar.bz2
[project @ 2003-08-21 21:39:07 by bursa]
Break out menu related code. svn path=/import/netsurf/; revision=245
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0612c5722..2021e23a1 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
messages.o utils.o
OBJECTS = $(OBJECTS_COMMON) \
browser.o netsurf.o \
- gif.o gui.o jpeg.o png.o theme.o plugin.o \
+ gif.o gui.o jpeg.o menus.o png.o theme.o plugin.o \
options.o filetype.o font.o uri.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \