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/handlers/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/handlers/Makefile (limited to 'content/handlers/Makefile') diff --git a/content/handlers/Makefile b/content/handlers/Makefile new file mode 100644 index 000000000..97d2813b4 --- /dev/null +++ b/content/handlers/Makefile @@ -0,0 +1,4 @@ +# Image content handler sources +include content/handlers/image/Makefile + +S_IMAGE := $(addprefix content/handlers/,$(S_IMAGE)) -- cgit v1.2.3