summaryrefslogtreecommitdiffstats
path: root/sal/StaticLibrary_salcpprt.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-16 17:11:05 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-16 17:11:05 -0600
commita56cf2216105065b7576ff695cf376bc58b12346 (patch)
tree13555084ed3a88b4a96e8107e1f15c82b061e0f1 /sal/StaticLibrary_salcpprt.mk
parentremove unimplemented methods from headers (diff)
downloadcore-a56cf2216105065b7576ff695cf376bc58b12346.tar.gz
core-a56cf2216105065b7576ff695cf376bc58b12346.zip
try to solve tml_'s detected dependencies issue with salcpprt
Diffstat (limited to 'sal/StaticLibrary_salcpprt.mk')
-rw-r--r--sal/StaticLibrary_salcpprt.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/StaticLibrary_salcpprt.mk b/sal/StaticLibrary_salcpprt.mk
index 79583a66c796..65bd100f509a 100644
--- a/sal/StaticLibrary_salcpprt.mk
+++ b/sal/StaticLibrary_salcpprt.mk
@@ -33,6 +33,12 @@ $(eval $(call gb_StaticLibrary_add_defs,salcpprt, \
$(LFS_CFLAGS) \
))
+$(eval $(call gb_StaticLibrary_set_include,salcpprt,\
+ $$(INCLUDE) \
+ -I$(realpath $(SRCDIR)/sal/inc) \
+))
+
+
$(eval $(call gb_StaticLibrary_add_exception_objects,salcpprt, \
sal/cpprt/operators_new_delete \
))