summaryrefslogtreecommitdiff
path: root/xmlsecurity/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/util/makefile.mk')
-rw-r--r--xmlsecurity/util/makefile.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index 63cbe19b0cba..d177340e2517 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 17:46:21 $
+# last change: $Author: kz $ $Date: 2006-07-19 09:39:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -108,6 +108,15 @@ SHL2STDLIBS += \
$(CPPUHELPERLIB) \
$(XMLOFFLIB)
+.IF "$(SYSTEM_MOZILLA)" == "YES"
+.IF "$(NSPR_LIB)" != ""
+SHL2STDLIBS += $(NSPR_LIB)
+.ENDIF
+.IF "$(NSS_LIB)" != ""
+SHL2STDLIBS += $(NSS_LIB)
+.ENDIF
+.ENDIF
+
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
SHL2STDLIBS+= $(MSCRYPTOLIBS)
.ELSE