From 06d7dbb3568889aa50f46d6307a39fa53a17313b Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sun, 21 May 2017 14:28:57 +0200 Subject: gpg4libre: share static xmlsec lib between nss and gpg In the end, the gpgme implementation uses enough of xmlsec functionality that splitting those (and ending up with two copies) was just not worth it. Change-Id: Ida87c848e4e6a770e3c697add9ceb589a9ec3930 --- xmlsecurity/Module_xmlsecurity.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmlsecurity/Module_xmlsecurity.mk') diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index d3fafeb7e4ec..b14729ffc405 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -19,12 +19,6 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ Library_xsec_xmlsec \ )) -ifneq ($(filter-out WNT MACOSX ANDROID IOS,$(OS)),) -$(eval $(call gb_Module_add_targets,xmlsecurity,\ - Library_xsec_gpg \ -)) -endif - $(eval $(call gb_Module_add_slowcheck_targets,xmlsecurity,\ CppunitTest_xmlsecurity_signing \ CppunitTest_xmlsecurity_pdfsigning \ -- cgit