diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-16 23:51:25 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-16 23:51:34 +0200 |
commit | 04c9261f16c3a80f0e9ce4e701783a17c3c6e010 (patch) | |
tree | 4e62c65d2db88532fdacc8de537e0a148e4fdb20 | |
parent | 108d8b85b37188c72929c89b7a87778c87c8d033 (diff) |
unittest has to explicitly depend on lwpft library
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 368afd857..d740180c0 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: |