diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-16 17:11:05 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-16 17:11:05 -0600 |
commit | a56cf2216105065b7576ff695cf376bc58b12346 (patch) | |
tree | 13555084ed3a88b4a96e8107e1f15c82b061e0f1 /sal/StaticLibrary_salcpprt.mk | |
parent | d3253a0efdf0405790aaaa062f91b6dc164b1f2d (diff) |
try to solve tml_'s detected dependencies issue with salcpprt
Diffstat (limited to 'sal/StaticLibrary_salcpprt.mk')
-rw-r--r-- | sal/StaticLibrary_salcpprt.mk | 6 |
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 \ )) |