From: <ku...@us...> - 2003-02-12 00:59:09
|
Update of /cvsroot/basedb/basedb In directory sc8-pr-cvs1:/tmp/cvs-serv2581 Modified Files: Makefile.am configure.ac Log Message: Added more directories to configure/autmake/autoconf. Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 6 Feb 2003 00:43:33 -0000 1.1 --- Makefile.am 12 Feb 2003 00:59:05 -0000 1.2 *************** *** 1,3 **** ! # $Id$ ! SUBDIRS = src plugins --- 1,9 ---- ! ## Process this file with automake to produce Makefile.in ! ## ! ## $Id$ ! SUBDIRS = src plugins include www ! ! prefixdir = $(prefix) ! ! prefix_DATA = example_config.inc.php Index: configure.ac =================================================================== RCS file: /cvsroot/basedb/basedb/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.ac 6 Feb 2003 01:33:05 -0000 1.2 --- configure.ac 12 Feb 2003 00:59:05 -0000 1.3 *************** *** 336,339 **** --- 336,345 ---- #AC_OUTPUT AC_OUTPUT([Makefile + include/Makefile + include/classes/Makefile + include/common/Makefile + include/drivers/Makefile + include/local_distr/Makefile + include/web/Makefile plugins/Makefile plugins/src/Makefile *************** *** 349,351 **** src/jobRunner/Makefile src/lib/Makefile ! src/sectionCounter/Makefile]) --- 355,360 ---- src/jobRunner/Makefile src/lib/Makefile ! src/sectionCounter/Makefile ! www/Makefile ! www/img/Makefile ! www/plotapplet/Makefile]) |