From: <tr...@us...> - 2003-02-12 17:01:19
|
Update of /cvsroot/basedb/basedb In directory sc8-pr-cvs1:/tmp/cvs-serv7975 Modified Files: Makefile.am configure.ac Log Message: Added and removed files Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 12 Feb 2003 12:23:28 -0000 1.3 --- Makefile.am 12 Feb 2003 17:00:46 -0000 1.4 *************** *** 3,9 **** ## $Id$ ! SUBDIRS = src plugins include www prefixdir = $(prefix) ! dist_prefix_DATA = example_config.inc.php --- 3,9 ---- ## $Id$ ! SUBDIRS = src plugins include www bin misc sql prefixdir = $(prefix) ! dist_prefix_DATA = README example_config.inc.php Index: configure.ac =================================================================== RCS file: /cvsroot/basedb/basedb/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.ac 12 Feb 2003 16:21:15 -0000 1.5 --- configure.ac 12 Feb 2003 17:00:46 -0000 1.6 *************** *** 338,341 **** --- 338,342 ---- #AC_OUTPUT AC_OUTPUT([Makefile + bin/Makefile include/Makefile include/classes/Makefile *************** *** 344,347 **** --- 345,349 ---- include/local_distr/Makefile include/web/Makefile + misc/Makefile plugins/Makefile plugins/src/Makefile *************** *** 354,357 **** --- 356,360 ---- plugins/src/normalizers/Makefile plugins/src/pca/Makefile + sql/Makefile src/Makefile src/assayImporter/Makefile |