|
From: Herton R. K. <he...@us...> - 2005-07-03 01:09:27
|
Update of /cvsroot/kimageprocess/kimageprocess/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1726/plugins Modified Files: Makefile.am Log Message: - Reenabled fann plugin compilation. - Fixing compiling problems on fann plugin. Index: Makefile.am =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/plugins/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 23 Jun 2005 23:19:42 -0000 1.7 +++ Makefile.am 3 Jul 2005 01:09:16 -0000 1.8 @@ -1,3 +1,3 @@ INCLUDES = $(all_includes) -I$(srcdir)/libkimageprocess -I$(srcdir)/libktimgview METASOURCES = AUTO -SUBDIRS = snns #lwnn fann +SUBDIRS = snns fann #lwnn |