[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.8,1.9
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-11-24 01:10:43
|
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@ |