From 006cea55e71b9a5e3b63bd5cec4714193f264eed Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 21 Aug 2006 22:16:45 +0000 Subject: Updated makefile for rjek's hashtable changes svn path=/trunk/netsurf/; revision=2880 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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 \ -- cgit v1.2.3