[Dhcp-agent-commits] dhcp-agent Makefile.am,1.22,1.23 Makefile.in,1.21,1.22
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-06-17 13:25:25
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv19180 Modified Files: Makefile.am Makefile.in Log Message: fixed Makefile to be sensible again Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile.am 17 Jun 2002 13:23:07 -0000 1.22 --- Makefile.am 17 Jun 2002 13:25:22 -0000 1.23 *************** *** 1,4 **** ! CFLAGS = -Wall -O2 -s ! AUTOMAKE_OPTIONS = gnu INCLUDES = -I. @PCAP_INC@ @DNET_INC@ --- 1,4 ---- ! CFLAGS = -Wall -g ! AUTOMAKE_OPTIONS = foriegn INCLUDES = -I. @PCAP_INC@ @DNET_INC@ Index: Makefile.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.in 17 Jun 2002 13:23:07 -0000 1.21 --- Makefile.in 17 Jun 2002 13:25:22 -0000 1.22 *************** *** 68,72 **** VERSION = @VERSION@ ! CFLAGS = -Wall -O2 -s AUTOMAKE_OPTIONS = foreign --- 68,72 ---- VERSION = @VERSION@ ! CFLAGS = -Wall -g AUTOMAKE_OPTIONS = foreign |