aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorCamille Moncelier <moncelier@devlife.org>2011-05-21 14:33:22 +0200
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-02 13:26:24 -0400
commita649d987870dc8e95e3619e592a0be1ad2feece8 (patch)
tree201576e2c1781570e9f6425cbded64021f5bd196 /support
parent52d5d6014e608ee862cb8148a3bea48f79bfd733 (diff)
downloadlibrambutan-a649d987870dc8e95e3619e592a0be1ad2feece8.tar.gz
librambutan-a649d987870dc8e95e3619e592a0be1ad2feece8.zip
Added libs in libraries/ to the include path
- This allows to including of libs headers eg: #include <Servo.h> which wasn't possible for some reason.
Diffstat (limited to 'support')
-rw-r--r--support/make/build-templates.mk1
1 files changed, 1 insertions, 0 deletions
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