diff options
-rw-r--r-- | sw/CppunitTest_sw_test_filters.mk | 4 |
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: |