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:
@@ -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 \
|
||||
) \
|
||||
|
@@ -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))
|
||||
|
||||
|
@@ -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))
|
||||
|
||||
|
@@ -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))
|
||||
|
||||
|
@@ -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 \
|
||||
|
@@ -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 \
|
||||
|
@@ -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 \
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user