summaryrefslogtreecommitdiff
path: root/sal/Library_lo-bootstrap.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-25 20:34:55 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-25 20:34:55 +0000
commita6c5b24b0cb5fe42f4109a92a5a6bdc7eb03cfad (patch)
treef299a776b8905b4c6d0e092239224b9a709539da /sal/Library_lo-bootstrap.mk
parent25f78344e8dea95cedb0b981f08865d676154e5b (diff)
WaE: unwind possible undefined warnings
Diffstat (limited to 'sal/Library_lo-bootstrap.mk')
-rw-r--r--sal/Library_lo-bootstrap.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/Library_lo-bootstrap.mk b/sal/Library_lo-bootstrap.mk
index 995f2077c562..6d6c0d0a7022 100644
--- a/sal/Library_lo-bootstrap.mk
+++ b/sal/Library_lo-bootstrap.mk
@@ -37,4 +37,9 @@ $(eval $(call gb_Library_add_cobjects,lo-bootstrap,\
sal/android/lo-bootstrap \
))
+$(eval $(call gb_Library_set_include,lo-bootstrap,\
+ $$(INCLUDE) \
+ -I$(realpath $(SRCDIR)/sal/inc) \
+))
+
# vim: set noet sw=4 ts=4: