summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/makefile.mk
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 13:57:14 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 13:57:14 +0000
commit52d4d61bb9e74ea82232b2d7540438f05d08d6b3 (patch)
treeb5e98cc2dddc46598abaa5ce4ea25ec5648b97de /xmlsecurity/source/xmlsec/makefile.mk
parent54c3a7c307ca6a85031fe8c6be83ceabb120d616 (diff)
INTEGRATION: CWS configure2 (1.4.8); FILE MERGED
2004/10/20 15:57:44 cmc 1.4.8.1: #i35894# update new modules that use libxml2 to be able to use system-libxml
Diffstat (limited to 'xmlsecurity/source/xmlsec/makefile.mk')
-rw-r--r--xmlsecurity/source/xmlsec/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk
index 636410a578ed..18616da7bbe8 100644
--- a/xmlsecurity/source/xmlsec/makefile.mk
+++ b/xmlsecurity/source/xmlsec/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: mmi $ $Date: 2004-08-02 04:46:57 $
+# last change: $Author: pjunck $ $Date: 2004-10-27 14:57:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,6 +74,10 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE : sv.mk
.INCLUDE : $(PRJ)$/util$/target.pmk
+.IF "$(SYSTEM_LIBXML)" == "YES"
+CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
+.ENDIF
+
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT
.ELSE