From a649d987870dc8e95e3619e592a0be1ad2feece8 Mon Sep 17 00:00:00 2001 From: Camille Moncelier Date: Sat, 21 May 2011 14:33:22 +0200 Subject: Added libs in libraries/ to the include path - This allows to including of libs headers eg: #include which wasn't possible for some reason. --- support/make/build-templates.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/support/make/build-templates.mk b/support/make/build-templates.mk index 4371f13..fcf83a1 100644 --- a/support/make/build-templates.mk +++ b/support/make/build-templates.mk @@ -1,5 +1,6 @@ define LIBMAPLE_MODULE_template dir := $(1) +LIBMAPLE_INCLUDES += -I$$(dir) include $$(dir)/rules.mk endef -- cgit v1.2.3