[Lemon-commits] [lemon_svn] deba: r2226 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:05 CET 2006


Author: deba
Date: Mon Oct  3 12:21:27 2005
New Revision: 2226

Modified:
   hugo/trunk/lemon/Makefile.am

Log:
Extend Makefile


Modified: hugo/trunk/lemon/Makefile.am
==============================================================================
--- hugo/trunk/lemon/Makefile.am	(original)
+++ hugo/trunk/lemon/Makefile.am	Mon Oct  3 12:21:27 2005
@@ -20,6 +20,7 @@
 endif
 
 nobase_pkginclude_HEADERS = \
+	belmann_ford.h \
 	bezier.h \
 	bfs.h \
 	dfs.h \
@@ -29,6 +30,7 @@
 	dimacs.h \
 	error.h \
 	fib_heap.h \
+	floyd_warshall.h \
 	full_graph.h \
 	grid_graph.h \
 	graph_adaptor.h \
@@ -37,6 +39,7 @@
 	hypercube_graph.h \
 	invalid.h \
 	iterable_maps.h \
+	johnson.h \
 	kruskal.h \
 	list_graph.h \
 	lp.h \
@@ -53,6 +56,7 @@
 	radix_heap.h \
 	smart_graph.h \
 	time_measure.h \
+	topology.h \
 	unionfind.h \
 	xy.h \
 	concept_check.h \



More information about the Lemon-commits mailing list