summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_swdoc_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_swdoc_test.mk')
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index 42fe4eb9ff12..029088942fd9 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -94,8 +94,18 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sw_swdoc_test,\
types \
))
-$(eval $(call gb_CppunitTest_add_service_rdbs,sw_swdoc_test,\
- sw_swdoc_test \
+$(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\
+ sfx2/util/sfx \
+ framework/util/fwk \
+ unoxml/source/service/unoxml \
+ fileaccess/source/fileacc \
+ comphelper/util/comphelp \
+ i18npool/util/i18npool \
+))
+
+$(eval $(call gb_CppunitTest_add_old_components,sw_swdoc_test,\
+ ucb1 \
+ ucpfile1 \
))
$(call gb_CppunitTest_get_target,sw_swdoc_test) : \