summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-10 15:29:46 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-10 15:29:46 +0100
commit94bf193db97db0d4ccf6491f8886fdca44e4b252 (patch)
tree23d1bfae98f63f077dd028dfd6a50a18a73db9c0 /xmlsecurity/source/xmlsec/nss/makefile.mk
parent014036b4c913dd9b980f0440a2cd32f8ec511998 (diff)
parentfbca305db0ca6c39dfe78f7356521d2eada1c15e (diff)
CWS-TOOLING: integrate CWS jl137
Notes
split repo tag: components_ooo/DEV300_m75
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/makefile.mk')
-rw-r--r--xmlsecurity/source/xmlsec/nss/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/makefile.mk b/xmlsecurity/source/xmlsec/nss/makefile.mk
index df5bb7131a55..227b6de88477 100644
--- a/xmlsecurity/source/xmlsec/nss/makefile.mk
+++ b/xmlsecurity/source/xmlsec/nss/makefile.mk
@@ -47,10 +47,12 @@ LIBTARGET=NO
.IF "$(CRYPTO_ENGINE)" == "nss"
-.IF "$(WITH_MOZILLA)" == "NO"
+.IF "$(WITH_MOZILLA)" == "NO" || "$(ENABLE_NSS_MODULE)"!="YES"
+.IF "$(SYSTEM_MOZILLA)" != "YES"
@all:
@echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity/nss"
.ENDIF
+.ENDIF
.IF "$(SYSTEM_MOZILLA)" != "YES"
MOZ_INC = $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla
@@ -128,7 +130,9 @@ SLOFILES = \
$(SLO)$/xmlsignature_nssimpl.obj \
$(SLO)$/x509certificate_nssimpl.obj \
$(SLO)$/seinitializer_nssimpl.obj \
- $(SLO)$/xsec_nss.obj
+ $(SLO)$/xsec_nss.obj \
+ $(SLO)$/secerror.obj
+
.ENDIF