INTEGRATION: CWS configure2 (1.2.8); FILE MERGED
2004/10/20 15:57:44 cmc 1.2.8.1: #i35894# update new modules that use libxml2 to be able to use system-libxml
This commit is contained in:
parent
52d4d61bb9
commit
c4d92b50a2
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.2 $
|
||||
# $Revision: 1.3 $
|
||||
#
|
||||
# last change: $Author: mmi $ $Date: 2004-07-23 03:00:41 $
|
||||
# last change: $Author: pjunck $ $Date: 2004-10-27 14:57:28 $
|
||||
#
|
||||
# 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)" != "nss"
|
||||
LIBTARGET=NO
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue