[Libreoffice-commits] .: sw/CppunitTest_sw_swdoc_test.mk
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Jul 24 15:08:25 PDT 2011
sw/CppunitTest_sw_swdoc_test.mk | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 86621f90b2b94a5aee552d4c8336f2a63d1d8d68
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Jul 24 17:08:10 2011 -0500
icuuc and xml2 are 'external' library
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index f1c2336..c6e186f 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -46,7 +46,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \
editeng \
i18nisolang1 \
i18nutil \
- icuuc \
lng \
sal \
salhelper \
@@ -65,10 +64,14 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \
vbahelper \
vcl \
xo \
- xml2 \
$(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\
+ icuuc \
+ libxml2 \
+))
+
$(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\
-I$(realpath $(SRCDIR)/sw/inc/pch) \
-I$(realpath $(SRCDIR)/sw/source/ui/inc) \
More information about the Libreoffice-commits
mailing list