summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-24 09:59:16 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-24 09:59:16 +0200
commitcf1cb514fd04ae9832add36b8c015fd8e762afab (patch)
tree41c93d8cd4a12ffbf2779ac8e9657465f0eb2965 /lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
parent7cfad1dad176cf78ec83c32c31e96a8126e8560f (diff)
use add_linked_objects instead of explicit dep
Diffstat (limited to 'lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk')
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk17
1 files changed, 13 insertions, 4 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index 595bc2e75e6f..c571d59b9172 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -37,12 +37,25 @@ $(eval $(call gb_CppunitTest_add_exception_objects,lotuswordpro_test_lotuswordpr
lotuswordpro/qa/cppunit/test_lotuswordpro \
))
+$(eval $(call gb_CppunitTest_add_library_objects,lotuswordpro_test_lotuswordpro,\
+ lwpft \
+))
+
$(eval $(call gb_CppunitTest_add_linked_libs,lotuswordpro_test_lotuswordpro, \
vcl \
comphelper \
cppuhelper \
cppu \
+ icui18n \
+ icuuc \
sal \
+ sfx \
+ sot \
+ svt \
+ svxcore \
+ ucbhelper \
+ tl \
+ xo \
$(gb_STDLIBS) \
))
@@ -73,8 +86,4 @@ $(eval $(call gb_RdbTarget_add_components,lotuswordpro_test_lotuswordpro,\
lotuswordpro/util/lwpfilter,\
))
-# we need to explicitly depend on library lwpft because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft)
-
# vim: set noet sw=4: