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:
parent
54c3a7c307
commit
52d4d61bb9
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue