# HG changeset patch # User deba # Date 1128334887 0 # Node ID 30fe294ac801514d52a495f384a13475083d6086 # Parent 29428f7b8b6630f0f397563442d0c74ed2cce65e Extend Makefile diff -r 29428f7b8b66 -r 30fe294ac801 lemon/Makefile.am --- a/lemon/Makefile.am Mon Oct 03 10:20:56 2005 +0000 +++ b/lemon/Makefile.am Mon Oct 03 10:21:27 2005 +0000 @@ -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 \