summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-08-26 17:29:02 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-08-26 17:29:02 +0000
commit175bb0344ceccf7f6779c4bc957b86dd895faa07 (patch)
tree8d4052cee1664cf2a00949180db380004db38e79 /Makefile.sources
parentbbbbdd4d80e2f45c9d9fc685062ef4015d034098 (diff)
downloadnetsurf-175bb0344ceccf7f6779c4bc957b86dd895faa07.tar.gz
netsurf-175bb0344ceccf7f6779c4bc957b86dd895faa07.tar.bz2
Move directory listing HTML generation functions into separate module.
svn path=/trunk/netsurf/; revision=10715
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 57a2d370b..29898f535 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -5,7 +5,7 @@
# for each build.
#
-S_CONTENT := content.c fetch.c hlcache.c llcache.c urldb.c \
+S_CONTENT := content.c dirlist.c fetch.c hlcache.c llcache.c urldb.c \
fetchers/fetch_curl.c fetchers/fetch_data.c
S_CSS := css.c dump.c internal.c select.c utils.c
S_RENDER := box.c box_construct.c box_normalise.c directory.c favicon.c \