summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-16 23:51:25 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-16 23:51:34 +0200
commit42614cb577143abe6c3ce71ad07c29c446dafb17 (patch)
treecdd8b4b91cd6e635425682ba9eaa9a3e3bb8d3ea /lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
parentf205cf1a0d3e7cd0b52274264d7999f5c8195cde (diff)
unittest has to explicitly depend on lwpft library
Diffstat (limited to 'lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk')
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index 368afd857624..d740180c0d58 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: