[Libreoffice-commits] .: sw/CppunitTest_sw_test_filters.mk

Caolán McNamara caolan at kemper.freedesktop.org
Sat Jul 9 07:30:44 PDT 2011


 sw/CppunitTest_sw_test_filters.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 91c67605a732c8954e09e52e71e696eb76d4f54d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jul 9 15:30:34 2011 +0100

    enforce dependency on msword target for filters test

diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk
index db82c41..cc49fa6 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:


More information about the Libreoffice-commits mailing list