From fa98e3d76ada300d69e04816bfe15b2d560c9f7d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 15 Feb 2011 23:18:10 +0000 Subject: add about: fetcher rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692 --- Makefile.sources | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index b948557b7..a8e18e1c0 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -4,8 +4,9 @@ # Included by main makefile -- indicates generic sources for every build. # -S_CONTENT := content.c dirlist.c fetch.c hlcache.c llcache.c urldb.c \ - fetchers/fetch_curl.c fetchers/fetch_data.c fetchers/fetch_file.c +S_CONTENT := content.c dirlist.c fetch.c hlcache.c llcache.c urldb.c + +S_FETCHERS := curl.c data.c file.c about.c S_CSS := css.c dump.c internal.c select.c utils.c @@ -22,6 +23,7 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \ # S_COMMON are sources common to all builds S_COMMON := $(addprefix content/,$(S_CONTENT)) \ + $(addprefix content/fetchers/,$(S_FETCHERS)) \ $(addprefix css/,$(S_CSS)) \ $(addprefix render/,$(S_RENDER)) \ $(addprefix utils/,$(S_UTILS)) \ -- cgit v1.2.3