summaryrefslogtreecommitdiff
path: root/postprocess
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 /postprocess
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 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 33f0f01e1c46..fdb34f26bd25 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -122,6 +122,7 @@ my_components = \
component/xmloff/source/transform/xof \
component/xmloff/util/xo \
component/xmlscript/util/xcr \
+ component/xmlsecurity/util/xmlsecurity \
configmgr \
ctl \
dbase \
@@ -280,7 +281,6 @@ my_components += ldapbe2
.IF "$(WITH_MOZILLA)" != "NO"
my_components += \
- component/xmlsecurity/util/xmlsecurity \
component/xmlsecurity/util/xsec_fw \
pl
.IF "$(SYSTEM_MOZILLA)" == "YES" || "$(ENABLE_NSS_MODULE)" == "YES"