[Libreoffice-commits] .: lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Sat Apr 16 16:12:19 PDT 2011


 lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a5a34a69a6ec0a85d288ac17a3c80ca4573ee56
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sun Apr 17 01:11:50 2011 +0200

    Library, not LinkTarget

diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index d740180..efb1e34 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -64,6 +64,6 @@ $(eval $(call gb_CppunitTest_set_include,lotuswordpro_test_lotuswordpro,\
 
 # 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_LinkTarget_get_target,lwpft)
+$(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft)
 
 # vim: set noet sw=4:


More information about the Libreoffice-commits mailing list