Update of /cvsroot/dhcp-agent/dhcp-agent/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv13951/tests
Modified Files:
Makefile.am
Log Message:
added option for enable failure on warning
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/tests/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 2 Jan 2003 04:23:02 -0000 1.2
--- Makefile.am 25 Jun 2003 01:54:43 -0000 1.3
***************
*** 4,8 ****
AUTOMAKE_OPTIONS = foreign
! AM_CFLAGS = -Wall -Werror
check_PROGRAMS = stringbuffertest listtest
INCLUDES = -I../src
--- 4,8 ----
AUTOMAKE_OPTIONS = foreign
! AM_CFLAGS = -Wall
check_PROGRAMS = stringbuffertest listtest
INCLUDES = -I../src
|