summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-21 14:09:03 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-21 14:19:50 +0200
commit136f53f58e89b13e4d89571fef25b8ba6679e6b4 (patch)
tree041ae83ed5d2ef45ccd09c5fb09947073c794993 /sc/CppunitTest_sc_filters_test.mk
parentf9a5c4cbc275df6dd5a3b31323b1d00343e8e4f0 (diff)
More clever way to filter out component files for libs not built
I.e. BASIC stuff for iOS and database connectivity stuff when using --disable-database-connectivity. All of this quite experimental so far, using the latter will break your build.
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 8a4a3ccc2840..32f7d47d8aaa 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -87,15 +87,13 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sc_filters_test,\
))
$(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
- $(if $(filter-out $(OS),IOS), \
- basic/util/sb) \
+ basic/util/sb \
chart2/source/controller/chartcontroller \
chart2/source/tools/charttools \
chart2/source/model/chartmodel \
comphelper/util/comphelp \
configmgr/source/configmgr \
- $(if $(filter-out $(OS),IOS), \
- dbaccess/util/dba) \
+ dbaccess/util/dba \
eventattacher/source/evtatt \
fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \