[Libreoffice-commits] .: sal/StaticLibrary_salcpprt.mk
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Jan 16 15:11:32 PST 2012
sal/StaticLibrary_salcpprt.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit a56cf2216105065b7576ff695cf376bc58b12346
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Jan 16 17:11:05 2012 -0600
try to solve tml_'s detected dependencies issue with salcpprt
diff --git a/sal/StaticLibrary_salcpprt.mk b/sal/StaticLibrary_salcpprt.mk
index 79583a6..65bd100 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 \
))
More information about the Libreoffice-commits
mailing list