summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uiwriter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-24 15:09:43 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-24 15:15:58 +0200
commiteb7516064df402f35f8bbfa7c1962f49aa6a7c00 (patch)
tree48f5e135711f5d4ba4b54273f751bf7d5e6aa405 /sw/CppunitTest_sw_uiwriter.mk
parenta61fd02c819433a1206b3b3e61017ba2d0d3d467 (diff)
sw: partial build needs another dependency from uiwriter to msword
Change-Id: I59e03895f8676bd7f91e8aaf4994e4f4b8231773
Diffstat (limited to 'sw/CppunitTest_sw_uiwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uiwriter.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 45112a47d5e8..efe917417e93 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -15,11 +15,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_uiwriter, \
sw/qa/extras/uiwriter/uiwriter \
))
+# note: this links msword only for the reason to have a order dependency,
+# because "make sw.check" will not see the dependency through services.rdb
$(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \
comphelper \
cppu \
cppuhelper \
editeng \
+ msword \
sal \
sfx \
svl \