summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-07-24 17:08:10 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-07-24 17:08:10 -0500
commit86621f90b2b94a5aee552d4c8336f2a63d1d8d68 (patch)
treed36d5f6e32b80dd3ee4067934ef6299fc74b2a8c
parent78e4fc15d3b4904317785c4004c26f612c49b4d2 (diff)
icuuc and xml2 are 'external' library
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index f1c23360b9..c6e186f339 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) \