From: <so...@us...> - 2004-03-12 16:23:43
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18924/src Modified Files: Makefile.am Log Message: Changed CFLAGS to -ansi -pedantic Index: Makefile.am =================================================================== RCS file: /cvsroot/agd/server/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 12 Mar 2004 15:00:38 -0000 1.2 --- Makefile.am 12 Mar 2004 16:04:03 -0000 1.3 *************** *** 1,5 **** ## Process this file with automake to produce Makefile.in ! AM_CFLAGS = -ansi ## AM_CPPFLAGS = -I. --- 1,5 ---- ## Process this file with automake to produce Makefile.in ! AM_CFLAGS = -ansi -pedantic ## AM_CPPFLAGS = -I. |