Remove remaining references to xsec_xmlsec.windows

Change-Id: I08f1d0c105f4cb17dcf0c5949326e35f9fa7622c
Reviewed-on: https://gerrit.libreoffice.org/53560
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
Miklos Vajna
2018-04-27 12:31:53 +02:00
parent 3b47d5120d
commit c5bc0e202a
8 changed files with 2 additions and 38 deletions

View File

@@ -112,7 +112,7 @@ $(eval $(call gb_Rdb_add_components,services,\
xmlscript/util/xmlscript \
$(if $(ENABLE_NSS), \
xmlsecurity/util/xmlsecurity \
xmlsecurity/util/xsec_xmlsec$(if $(filter WNT,$(OS)),.windows)) \
xmlsecurity/util/xsec_xmlsec) \
$(if $(ENABLE_COINMP), \
sccomp/source/solver/coinmpsolver \
) \

View File

@@ -108,15 +108,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))

View File

@@ -108,15 +108,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_chart2dataprovider,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_chart2dataprovider,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_chart2dataprovider,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_chart2dataprovider))

View File

@@ -107,15 +107,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_copypaste,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_copypaste,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_copypaste,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_copypaste))

View File

@@ -102,15 +102,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_pivottable_filters_test,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_pivottable_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_pivottable_filters_test,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_custom_headers,sc_pivottable_filters_test,\
officecfg/registry \

View File

@@ -104,15 +104,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_custom_headers,sc_subsequent_export_test,\
officecfg/registry \

View File

@@ -109,15 +109,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xmlsecurity \
))
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec \
))
endif
$(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test,\
orcus \

View File

@@ -103,7 +103,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\
uui/util/uui \
vcl/vcl.common \
xmloff/util/xo \
xmlsecurity/util/$(if $(filter WNT,$(OS)),xsec_xmlsec.windows,xsec_xmlsec) \
xmlsecurity/util/xsec_xmlsec \
))
$(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))