[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.24,1.25
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-25 01:53:39
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv13792/src Modified Files: Makefile.am Log Message: added option for enable failure on warning Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Makefile.am 17 Jun 2003 07:34:15 -0000 1.24 --- Makefile.am 25 Jun 2003 01:53:36 -0000 1.25 *************** *** 3,7 **** # Main source Makefile.am ! AM_CFLAGS = -Wall -Werror -g INCLUDES = ${PCAP_INC} ${DNET_INC} ${GUILE_INC} CPPFLAGS = -DDHCPSYSCONFDIR=\"${dhcpsysconfdir}\" -DDHCPSYSCONF_CLIENTDIR=\"${dhcpsysconf_clientdir}\" \ --- 3,7 ---- # Main source Makefile.am ! AM_CFLAGS = -Wall INCLUDES = ${PCAP_INC} ${DNET_INC} ${GUILE_INC} CPPFLAGS = -DDHCPSYSCONFDIR=\"${dhcpsysconfdir}\" -DDHCPSYSCONF_CLIENTDIR=\"${dhcpsysconf_clientdir}\" \ |