Update of /cvsroot/basedb/basedb/plugins/src/clustering
In directory sc8-pr-cvs1:/tmp/cvs-serv1896/plugins/src/clustering
Modified Files:
Makefile.am
Log Message:
Continued fixing of automake/autoconfig/configure ...
Index: Makefile.am
===================================================================
RCS file: /cvsroot/basedb/basedb/plugins/src/clustering/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 11 Feb 2003 23:24:22 -0000 1.3
--- Makefile.am 12 Feb 2003 12:23:28 -0000 1.4
***************
*** 9,13 ****
plugin_PROGRAMS = basehclust drawassaytree drawgenetree drawmatrix findsubtree
! plugin_SCRIPTS = clusteringscript
basehclust_SOURCES = \
--- 9,13 ----
plugin_PROGRAMS = basehclust drawassaytree drawgenetree drawmatrix findsubtree
! dist_plugin_SCRIPTS = clusteringscript
basehclust_SOURCES = \
***************
*** 34,35 ****
--- 34,42 ----
INCLUDES = -I@top_srcdir@/$(BASE_INCLUDE_LOCATION) -ICgraph/include
+
+ EXTRA_DIST = \
+ Algorithms.h AllClosestPairs.h AssayAnnotation.h AssayTree.h \
+ BaseClustering.h BruteForce.h ClosestPairs.h Cluster.h ClusterTree.h \
+ CongaLine.h Distances.h Error.h FastPair.h GeneTree.h MergeNode.h \
+ MergeReporter.h MultiConga.h Neighbors.h NoClusteringCP.h PointSet.h \
+ Quadtree.h SortedArray.h StoreMergeReporter.h Vector.h
|