summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-27 10:51:06 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-27 10:51:06 +0200
commit3ff1b5e4afc8b62925d03dd544e375a084eee998 (patch)
tree02d3041c6f1a721ef33a241800d31bb981f16aaa /lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
parentee375279ee45c9ab379824a6a32526955d4603da (diff)
Revert "use add_linked_objects instead of explicit dep"
This reverts commit 92aea9c0ca4a157605a7d94f77d3e9b328d9ead8.
Diffstat (limited to 'lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk')
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk17
1 files changed, 4 insertions, 13 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index af824a85f89b..0def1a7e3724 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -35,25 +35,12 @@ $(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, \
comphelper \
cppu \
cppuhelper \
- icui18n \
- icuuc \
sal \
- sfx \
- sot \
- svt \
- svxcore \
- tl \
- ucbhelper \
vcl \
- xo \
$(gb_STDLIBS) \
))
@@ -84,4 +71,8 @@ $(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: