lemon/Makefile.am
changeset 1700 30fe294ac801
parent 1693 269f0cbfbcc8
child 1707 39496e5482af
     1.1 --- a/lemon/Makefile.am	Mon Oct 03 10:20:56 2005 +0000
     1.2 +++ b/lemon/Makefile.am	Mon Oct 03 10:21:27 2005 +0000
     1.3 @@ -20,6 +20,7 @@
     1.4  endif
     1.5  
     1.6  nobase_pkginclude_HEADERS = \
     1.7 +	belmann_ford.h \
     1.8  	bezier.h \
     1.9  	bfs.h \
    1.10  	dfs.h \
    1.11 @@ -29,6 +30,7 @@
    1.12  	dimacs.h \
    1.13  	error.h \
    1.14  	fib_heap.h \
    1.15 +	floyd_warshall.h \
    1.16  	full_graph.h \
    1.17  	grid_graph.h \
    1.18  	graph_adaptor.h \
    1.19 @@ -37,6 +39,7 @@
    1.20  	hypercube_graph.h \
    1.21  	invalid.h \
    1.22  	iterable_maps.h \
    1.23 +	johnson.h \
    1.24  	kruskal.h \
    1.25  	list_graph.h \
    1.26  	lp.h \
    1.27 @@ -53,6 +56,7 @@
    1.28  	radix_heap.h \
    1.29  	smart_graph.h \
    1.30  	time_measure.h \
    1.31 +	topology.h \
    1.32  	unionfind.h \
    1.33  	xy.h \
    1.34  	concept_check.h \