summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-11-22 00:43:33 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-22 00:43:33 +0100
commit7c3a322f1985abb7b87e6346a7d7b2c3b783a2d3 (patch)
treea3f1dde55c2f85f6e5516d125a50664a7abc613a /sc/CppunitTest_sc_filters_test.mk
parentoffapi: re-activate the reference type rdb check (diff)
downloadcore-7c3a322f1985abb7b87e6346a7d7b2c3b783a2d3.tar.gz
core-7c3a322f1985abb7b87e6346a7d7b2c3b783a2d3.zip
Include xmlsec component only when we are building with xmlsec.
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 4aeaad79961a..8f17d0cfafea 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -120,16 +120,16 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xmlsecurity \
))
+ifeq ($(ENABLE_XMLSEC),YES)
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
-
else
$(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xsec_xmlsec \
))
-
+endif
endif
$(eval $(call gb_CppunitTest_add_old_components,sc_filters_test,\