diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-10 00:52:49 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-10 00:53:11 +0200 |
commit | 5eb0b845a1fa9f120199bad64b7f705e8c3d105c (patch) | |
tree | 6a6a9ce267da380a090438257a5849fd9b04f666 /postprocess | |
parent | df59a409a7a14a985fcf4f2bb62f4ce1544c39e9 (diff) |
do not try to deliver .component file when it's not there
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index ebb508d48300..885c2dd18bbb 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -283,12 +283,14 @@ my_components += \ component/xmlsecurity/util/xmlsecurity \ component/xmlsecurity/util/xsec_fw \ pl +.IF "$(SYSTEM_MOZILLA)" == "YES" || "$(ENABLE_NSS_MODULE)" == "YES" .IF "$(OS)" == "WNT" my_components += component/xmlsecurity/util/xsec_xmlsec.windows .ELSE my_components += component/xmlsecurity/util/xsec_xmlsec .END .END +.END .IF "$(OS)" == "MACOSX" my_components += \ |