From: <ku...@us...> - 2003-02-06 00:43:37
|
Update of /cvsroot/basedb/basedb/plugins/src/clustering/Cgraph In directory sc8-pr-cvs1:/tmp/cvs-serv4237/plugins/src/clustering/Cgraph Modified Files: Makefile.am Removed Files: Makefile.in Log Message: Added autoconf/automake functionality. Supports c/c++ compilation. Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/plugins/src/clustering/Cgraph/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 1 Feb 2003 12:52:50 -0000 1.1 --- Makefile.am 6 Feb 2003 00:43:34 -0000 1.2 *************** *** 1,14 **** ! ## Process this file with automake to produce Makefile.in ! ## ! ## location: clustering/Cgraph from top src dir ! ## $Id$ - #jfr: examples directory should be added when the BASE install - # script is capable of doing installation tests - #SUBDIRS = examples source SUBDIRS = source - - ## files with nonstandard names to be included in the distro - EXTRA_DIST = Cgraph2.04.README README.patches - - --- 1,3 ---- ! # $Id$ SUBDIRS = source --- Makefile.in DELETED --- |