[Cppunit-cvs] cppunit/examples/simple Makefile.am,1.5,1.6
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-06 07:18:23
|
Update of /cvsroot/cppunit/cppunit/examples/simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17388/examples/simple Modified Files: Makefile.am Log Message: * Examples/simple/Makefile.am: do not install 'simple' programm (patch #1230784). Index: Makefile.am =================================================================== RCS file: /cvsroot/cppunit/cppunit/examples/simple/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 7 May 2003 20:07:16 -0000 1.5 --- Makefile.am 6 Jul 2005 07:18:14 -0000 1.6 *************** *** 3,7 **** INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include ! bin_PROGRAMS=simple simple_SOURCES= ExampleTestCase.cpp Main.cpp ExampleTestCase.h --- 3,7 ---- INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include ! noinst_PROGRAMS=simple simple_SOURCES= ExampleTestCase.cpp Main.cpp ExampleTestCase.h |