summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/Makefile')
-rw-r--r--content/fetchers/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile
index 9c8479320..e87a4e891 100644
--- a/content/fetchers/Makefile
+++ b/content/fetchers/Makefile
@@ -1,10 +1,15 @@
# Content fetchers sources
-S_FETCHERS_YES := data.c file.c about.c resource.c
+S_FETCHERS_YES := data.c about.c resource.c
S_FETCHERS_NO :=
S_FETCHERS_$(NETSURF_USE_CURL) += curl.c
-S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS_YES))
+S_FETCHERS := $(addprefix fetchers/,$(S_FETCHERS_YES))
+
+# 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