From 3ff1b5e4afc8b62925d03dd544e375a084eee998 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 27 Apr 2011 10:51:06 +0200 Subject: Revert "use add_linked_objects instead of explicit dep" This reverts commit 92aea9c0ca4a157605a7d94f77d3e9b328d9ead8. --- .../CppunitTest_lotuswordpro_test_lotuswordpro.mk | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'lotuswordpro') 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: -- cgit