From 8861923455a294927398c3207c12ed3e2d6f350e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 14:47:27 +0100 Subject: Allow include directories to be added by sub makefiles --- content/handlers/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/handlers/Makefile') diff --git a/content/handlers/Makefile b/content/handlers/Makefile index a12d8cc21..e57fc1119 100644 --- a/content/handlers/Makefile +++ b/content/handlers/Makefile @@ -7,3 +7,5 @@ S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE)) include content/handlers/css/Makefile S_CSS := $(addprefix content/handlers/css/,$(S_CSS)) + +INCLUDE_DIRS += content/handlers -- cgit v1.2.3