[Echempp-devel] Utilities/Patterns/test Makefile.am,1.2,1.3
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2009-05-28 08:14:16
|
Update of /cvsroot/echempp/Utilities/Patterns/test In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28622 Modified Files: Makefile.am Log Message: updated Makefiles: AM_CPPFLAGS Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Utilities/Patterns/test/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 4 Jul 2004 13:01:43 -0000 1.2 --- Makefile.am 28 May 2009 08:14:00 -0000 1.3 *************** *** 4,6 **** test2_SOURCES = test2.cpp test2_CXXFLAGS = -Wall -Werror -pedantic-errors -Wno-deprecated ! INCLUDES = -I.. \ No newline at end of file --- 4,7 ---- test2_SOURCES = test2.cpp test2_CXXFLAGS = -Wall -Werror -pedantic-errors -Wno-deprecated ! ! AM_CPPFLAGS = -I.. |