Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24661/src
Modified Files:
Makefile.am
Log Message:
using AM_CFLAGS now
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 19 Nov 2002 19:44:43 -0000 1.8
--- Makefile.am 24 Nov 2002 01:10:35 -0000 1.9
***************
*** 3,7 ****
# Main source Makefile.am
! CFLAGS = -Wall -Werror -g
INCLUDES = @PCAP_INC@ @DNET_INC@
DEFS = @DEFS@
--- 3,7 ----
# Main source Makefile.am
! AM_CFLAGS = -Wall -Werror -g
INCLUDES = @PCAP_INC@ @DNET_INC@
DEFS = @DEFS@
|