summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
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
commitf9960b62bc282340267beb0d66d5e6c8e563242c (patch)
tree9e7cf3f371be76632d8306c793227ad69b89a6b5 /lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
parent42614cb577143abe6c3ce71ad07c29c446dafb17 (diff)
Library, not LinkTarget
Diffstat (limited to 'lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk')
-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 d740180c0d58..efb1e34bb573 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: