diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-02 02:50:36 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-09 23:28:06 +0200 |
commit | 8b0e9caca9d9274ff0087abfec62720953d0e746 (patch) | |
tree | 392ef65a23671f258d3a12ddf97a65bbecbbd486 /postprocess | |
parent | 10c0e027b8940e6cead7282fb69796cb28d2aeb9 (diff) |
convert xmlsecurity to gbuild
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 04aaa6b44f15..ebb508d48300 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -280,10 +280,14 @@ my_components += ldapbe2 .IF "$(WITH_MOZILLA)" != "NO" my_components += \ - xmlsecurity \ - xsec_fw \ - xsec_xmlsec \ + component/xmlsecurity/util/xmlsecurity \ + component/xmlsecurity/util/xsec_fw \ pl +.IF "$(OS)" == "WNT" +my_components += component/xmlsecurity/util/xsec_xmlsec.windows +.ELSE +my_components += component/xmlsecurity/util/xsec_xmlsec +.END .END .IF "$(OS)" == "MACOSX" |