diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-07 09:53:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-07 09:53:03 +0100 |
commit | b3a1db63d36a92b80289d9eeec779eb75d31b5ee (patch) | |
tree | cc5935ceaf3628ec5ec528c4c76bab5b15af55c4 | |
parent | 41ccde126a45223212816271bdc761465c8dbee3 (diff) |
Minor clean up.
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index eb10ee96f6a8..e8e189ee9798 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -142,6 +142,7 @@ my_components = \ component/xmloff/util/xo \ component/xmlscript/util/xcr \ component/xmlsecurity/util/xmlsecurity \ + component/xmlsecurity/util/xsec_fw \ configmgr \ ctl \ dbase \ @@ -281,8 +282,6 @@ my_components += ldapbe2 my_components += pl .END -my_components += component/xmlsecurity/util/xsec_fw - .IF "$(ENABLE_XMLSEC)" == "YES" .IF "$(OS)" == "WNT" my_components += component/xmlsecurity/util/xsec_xmlsec.windows |