From 2077918805c175ecefeb25dd38f78d2d5b3a3ca2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 9 Sep 2010 21:45:59 +0000 Subject: Merge branches/vince/netsurf-file-fetcher to trunk r=jmb svn path=/trunk/netsurf/; revision=10750 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 29898f535..4a8a57e14 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -6,9 +6,9 @@ # S_CONTENT := content.c dirlist.c fetch.c hlcache.c llcache.c urldb.c \ - fetchers/fetch_curl.c fetchers/fetch_data.c + fetchers/fetch_curl.c fetchers/fetch_data.c fetchers/fetch_file.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 \ +S_RENDER := box.c box_construct.c box_normalise.c favicon.c \ font.c form.c html.c html_interaction.c html_redraw.c \ hubbub_binding.c imagemap.c layout.c list.c table.c textplain.c S_UTILS := base64.c filename.c hashtable.c http.c locale.c messages.c \ -- cgit v1.2.3