summaryrefslogtreecommitdiff
path: root/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/Makefile')
-rw-r--r--content/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/Makefile b/content/Makefile
index ab257eaea..02490618a 100644
--- a/content/Makefile
+++ b/content/Makefile
@@ -9,3 +9,9 @@ ifeq ($(NETSURF_FS_BACKING_STORE),YES)
endif
S_CONTENT := $(addprefix content/,$(S_CONTENT))
+
+# Content fetchers sources
+include content/fetchers/Makefile
+
+# Content handlers
+include content/handlers/Makefile