summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/Makefile')
-rw-r--r--content/fetchers/Makefile12
1 files changed, 6 insertions, 6 deletions
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