From c74509cdf58fb2473290fcacb8b1cc885b53df87 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 20 Sep 2020 10:54:48 +0100 Subject: move about fetcher into its own directory --- content/fetchers/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/fetchers/Makefile') diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile index e87a4e891..8f6e5211f 100644 --- a/content/fetchers/Makefile +++ b/content/fetchers/Makefile @@ -1,15 +1,15 @@ # Content fetchers sources -S_FETCHERS_YES := data.c about.c resource.c +S_FETCHERS_YES := data.c resource.c S_FETCHERS_NO := S_FETCHERS_$(NETSURF_USE_CURL) += curl.c S_FETCHERS := $(addprefix fetchers/,$(S_FETCHERS_YES)) -# File fetcher -include content/fetchers/file/Makefile +# about fetcher +include content/fetchers/about/Makefile +S_FETCHERS += $(addprefix fetchers/about/,$(S_FETCHER_ABOUT)) +# file fetcher +include content/fetchers/file/Makefile S_FETCHERS += $(addprefix fetchers/file/,$(S_FETCHER_FILE)) - -# The following files depend on the testament -content/fetchers/about.c: testament $(OBJROOT)/testament.h -- cgit v1.2.3