summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-08-16 18:39:10 +0000
committerJames Bursa <james@netsurf-browser.org>2003-08-16 18:39:10 +0000
commit15d57a66349d999edf83bfb892b8405779fc2821 (patch)
tree095d449e25b4176bed77b710f26e9a37340e7cda /makefile
parent0732b6c0403869d4e8f3a7b8b5e12ebca514444c (diff)
downloadnetsurf-15d57a66349d999edf83bfb892b8405779fc2821.tar.gz
netsurf-15d57a66349d999edf83bfb892b8405779fc2821.tar.bz2
[project @ 2003-08-16 18:39:10 by bursa]
New portable messages module. svn path=/import/netsurf/; revision=244
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6b52124eb..0612c5722 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ CC_DEBUG = gcc
OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
css.o css_enum.o parser.o ruleset.o scanner.o \
box.o html.o layout.o textplain.o \
- utils.o
+ messages.o utils.o
OBJECTS = $(OBJECTS_COMMON) \
browser.o netsurf.o \
gif.o gui.o jpeg.o png.o theme.o plugin.o \