summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-09 15:30:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-09 15:30:34 +0100
commit91c67605a732c8954e09e52e71e696eb76d4f54d (patch)
treecfdd29ada73e4013c8115eae0335a6a1887d4fe6
parent65d3573c5afd7fd132b30c41a240d1d2d04c8527 (diff)
enforce dependency on msword target for filters test
-rw-r--r--sw/CppunitTest_sw_test_filters.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk
index db82c4135b..cc49fa6772 100644
--- a/sw/CppunitTest_sw_test_filters.mk
+++ b/sw/CppunitTest_sw_test_filters.mk
@@ -103,4 +103,8 @@ $(eval $(call gb_RdbTarget_add_old_components,sw_filters_test,\
ucpfile1 \
))
+# we need to explicitly depend on library msword because it is not implied
+# by a link relation
+$(call gb_CppunitTest_get_target,sw_filters_test) : $(call gb_Library_get_target,msword)
+
# vim: set noet sw=4: