summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/Module_xmlsecurity.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-01-11 16:28:48 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-01-11 16:29:05 +0100
commitd76b4682aa6d75b5c6b2de19b0bb18181a99e9bc (patch)
tree90fb6ff733fa2a5cfa4aeee023ea8dafaf4fae6d /xmlsecurity/Module_xmlsecurity.mk
parentxmlsecurity: missing boost dependency (diff)
downloadcore-d76b4682aa6d75b5c6b2de19b0bb18181a99e9bc.tar.gz
core-d76b4682aa6d75b5c6b2de19b0bb18181a99e9bc.zip
CppunitTest_xmlsecurity_signing: disable on Windows for now
Change-Id: Icc0d11cfe421d6328739211511379a39195436b9
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index f5fb0caf62d9..beea26bece77 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -15,9 +15,12 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\
$(if $(filter-out ANDROID IOS,$(OS)),Library_xsec_xmlsec) \
))
+# FIXME find out what's the proper fix to get this linked on Windows
+ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_slowcheck_targets,xmlsecurity,\
CppunitTest_xmlsecurity_signing \
))
+endif
$(eval $(call gb_Module_add_l10n_targets,xmlsecurity,\
AllLangResTarget_xsec \