summaryrefslogtreecommitdiff
path: root/content/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-23 23:32:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-23 23:32:16 +0100
commit3224d7121aff91ab8d888831dc493ef621e3dd39 (patch)
tree5e4585fd78b6b247a5e602ea1a1d55e0dfe206fb /content/Makefile
parent93be8d805e7e1f32638015770446476fef22ceac (diff)
downloadnetsurf-3224d7121aff91ab8d888831dc493ef621e3dd39.tar.gz
netsurf-3224d7121aff91ab8d888831dc493ef621e3dd39.tar.bz2
move image content handlers to accomodate core build changes
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