summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-06 00:07:11 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-06 00:07:11 +0000
commitbadad073ec99b49288421e99a701f3a61f1fac55 (patch)
tree1ff96c8f43de077f8e40cac272cc587f43f3e834 /makefile
parent55389c543be402eeca097cde75a68d8b1315b980 (diff)
downloadnetsurf-badad073ec99b49288421e99a701f3a61f1fac55.tar.gz
netsurf-badad073ec99b49288421e99a701f3a61f1fac55.tar.bz2
Generate directory listings (fix 1397934)
svn path=/trunk/netsurf/; revision=2719
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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/