From 175bb0344ceccf7f6779c4bc957b86dd895faa07 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Aug 2010 17:29:02 +0000 Subject: Move directory listing HTML generation functions into separate module. svn path=/trunk/netsurf/; revision=10715 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') 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 \ -- cgit v1.2.3