|
From: Herton R. K. <he...@us...> - 2005-06-24 05:06:31
|
Update of /cvsroot/kimageprocess/kimageprocess/testclass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12115/testclass Modified Files: Makefile.am Log Message: - Added batchtests, script and files to test neural networks in batch mode. - testclass now is installed on the system with make install. Index: Makefile.am =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/testclass/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 6 Apr 2005 04:32:11 -0000 1.5 +++ Makefile.am 24 Jun 2005 05:06:08 -0000 1.6 @@ -2,7 +2,7 @@ SUBDIRS = libfann . # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables -noinst_PROGRAMS = testclass +bin_PROGRAMS = testclass # set the include path for X, qt and KDE INCLUDES = $(all_includes) \ |