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:
Pascal Junck 2004-10-27 13:57:28 +00:00
parent 52d4d61bb9
commit c4d92b50a2

View file

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