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
This commit is contained in:
Pascal Junck 2004-10-27 13:57:14 +00:00
parent 54c3a7c307
commit 52d4d61bb9

View file

@ -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