From: <ku...@us...> - 2003-02-11 23:24:28
|
Update of /cvsroot/basedb/basedb/plugins/src/pca In directory sc8-pr-cvs1:/tmp/cvs-serv325/src/pca Modified Files: Makefile.am Log Message: Changed single # comments to more correct double ## comments (automake thing. Changed install directory to $(prefix)/plugins_bin. Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/plugins/src/pca/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 6 Feb 2003 01:31:20 -0000 1.3 --- Makefile.am 11 Feb 2003 23:24:25 -0000 1.4 *************** *** 1,5 **** ! # $Id$ ! bin_PROGRAMS = pca pca_SOURCES = PCA_v01.c gnuplot_i.c --- 1,9 ---- ! ## Process this file with automake to produce Makefile.in ! ## ! ## $Id$ ! plugindir = $(prefix)/plugins_bin ! ! plugin_PROGRAMS = pca pca_SOURCES = PCA_v01.c gnuplot_i.c |