From 3224d7121aff91ab8d888831dc493ef621e3dd39 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 May 2016 23:32:16 +0100 Subject: move image content handlers to accomodate core build changes --- content/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/Makefile') 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 -- cgit v1.2.3