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 | 42614cb577143abe6c3ce71ad07c29c446dafb17 (patch) | |
tree | cdd8b4b91cd6e635425682ba9eaa9a3e3bb8d3ea /lotuswordpro | |
parent | f205cf1a0d3e7cd0b52274264d7999f5c8195cde (diff) |
unittest has to explicitly depend on lwpft library
Diffstat (limited to 'lotuswordpro')
-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 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: |