summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-17 01:11:50 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-17 01:11:50 +0200
commit2a5a34a69a6ec0a85d288ac17a3c80ca4573ee56 (patch)
tree6093073f7f6285b5562e3628f167ca0fcdf370b6
parent04c9261f16c3a80f0e9ce4e701783a17c3c6e010 (diff)
Library, not LinkTarget
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index d740180c0..efb1e34bb 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: