summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-08 09:25:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-08 09:29:31 +0100
commitaa584559a8ada4e31331ab8a23f2c09eb11c609b (patch)
treea65698391516ccb676c3130ca4671f881140eb90 /xmlsecurity
parentafebcbfef8b05c9759f473f45ac0383ff4fa2af2 (diff)
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.
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk4
1 files changed, 0 insertions, 4 deletions
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: