summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-08-21 22:16:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-08-21 22:16:45 +0000
commit006cea55e71b9a5e3b63bd5cec4714193f264eed (patch)
tree15c68f607fc7bed0cf16437852ed4220887e9bd7 /makefile
parent8d7172fd17e7b49f236ab97848872f2c91d800da (diff)
downloadnetsurf-006cea55e71b9a5e3b63bd5cec4714193f264eed.tar.gz
netsurf-006cea55e71b9a5e3b63bd5cec4714193f264eed.tar.bz2
Updated makefile for rjek's hashtable changes
svn path=/trunk/netsurf/; revision=2880
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index dcfd8b0c1..98aa67a49 100644
--- a/makefile
+++ b/makefile
@@ -22,8 +22,8 @@ OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/
OBJECTS_COMMON += box.o box_construct.o box_normalise.o directory.o \
form.o html.o html_redraw.o imagemap.o layout.o list.o \
table.o textplain.o # render/
-OBJECTS_COMMON += filename.o messages.o talloc.o url.o utf8.o \
- utils.o # utils/
+OBJECTS_COMMON += filename.o hashtable.o messages.o talloc.o \
+ url.o utf8.o utils.o # utils/
OBJECTS_COMMON += knockout.o options.o tree.o # desktop/
OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \