From aa584559a8ada4e31331ab8a23f2c09eb11c609b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 8 Sep 2011 09:25:28 +0100 Subject: Related: fdo#40420 always include xmlsecurity library for macro-security the xmlsecurity library contains the dialogs and resources for the macro-security dialog as well as the xml signing UI. So always build and include this library unconditionally. --- xmlsecurity/Module_xmlsecurity.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmlsecurity/Module_xmlsecurity.mk') diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index 6fd29cc16408..b32ff3b8fbbe 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Module_Module,xmlsecurity)) -ifeq ($(WITH_MOZILLA),YES) - $(eval $(call gb_Module_add_targets,xmlsecurity,\ AllLangResTarget_xsec \ Library_xmlsecurity \ @@ -42,6 +40,4 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ CppunitTest_qa_certext \ )) -endif # ifeq ($(WITH_MOZILLA),YES) - # vim: set noet sw=4 ts=4: -- cgit v1.2.3