summaryrefslogtreecommitdiff
path: root/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/Makefile')
-rw-r--r--content/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/Makefile b/content/Makefile
index abc5a2463..188d0f46e 100644
--- a/content/Makefile
+++ b/content/Makefile
@@ -3,7 +3,6 @@
S_CONTENT := \
content.c \
content_factory.c \
- dirlist.c \
fetch.c \
hlcache.c \
llcache.c \
@@ -18,10 +17,12 @@ ifeq ($(NETSURF_FS_BACKING_STORE),YES)
endif
-# Content fetchers sources
+# Content fetcher sources
include content/fetchers/Makefile
-# Content handlers
+S_FETCHERS := $(addprefix content/,$(S_FETCHERS))
+
+# Content handler sources
include content/handlers/Makefile
S_CONTENT := $(addprefix content/,$(S_CONTENT))