summaryrefslogtreecommitdiff
path: root/postprocess/packcomponents/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/packcomponents/makefile.mk')
-rw-r--r--postprocess/packcomponents/makefile.mk10
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"