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

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Sat Apr 16 14:52:25 PDT 2011


 lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 04c9261f16c3a80f0e9ce4e701783a17c3c6e010
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sat Apr 16 23:51:25 2011 +0200

    unittest has to explicitly depend on lwpft library

diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index 368afd8..d740180 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -62,4 +62,8 @@ $(eval $(call gb_CppunitTest_set_include,lotuswordpro_test_lotuswordpro,\
     -I$(OUTDIR)/inc \
 ))
 
+# 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)
+
 # vim: set noet sw=4:


More information about the Libreoffice-commits mailing list