From badad073ec99b49288421e99a701f3a61f1fac55 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 6 Jul 2006 00:07:11 +0000 Subject: Generate directory listings (fix 1397934) svn path=/trunk/netsurf/; revision=2719 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 05619b9d9..de781540b 100644 --- a/makefile +++ b/makefile @@ -19,8 +19,8 @@ OBJECTS_COMMON = content.o fetch.o fetchcache.o urldb.o # content/ OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/ -OBJECTS_COMMON += box.o box_construct.o box_normalise.o form.o \ - html.o html_redraw.o imagemap.o layout.o list.o \ +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/ -- cgit v1.2.3