|
From: Matei C. <cm...@us...> - 2011-03-27 17:13:03
|
Update of /cvsroot/gcx/gcx/src/ccd In directory vz-cvs-2.sog:/tmp/cvs-serv13767/src/ccd Modified Files: Makefile.am Log Message: Automake hacks, fix reduce dialog Index: Makefile.am =================================================================== RCS file: /cvsroot/gcx/gcx/src/ccd/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 24 Feb 2010 17:28:15 -0000 1.6 --- Makefile.am 27 Mar 2011 17:13:00 -0000 1.7 *************** *** 1,5 **** ## Process this file with automake to produce Makefile.in ! INCLUDES = \ @GTK_CFLAGS@ AM_CFLAGS = -Wall --- 1,5 ---- ## Process this file with automake to produce Makefile.in ! AM_CPPFLAGS = \ @GTK_CFLAGS@ AM_CFLAGS = -Wall |