diff -r fb4f801dd692 -r b20777184ba8 lemon/Makefile.am --- a/lemon/Makefile.am Fri Oct 14 10:53:51 2005 +0000 +++ b/lemon/Makefile.am Fri Oct 14 10:58:54 2005 +0000 @@ -41,6 +41,7 @@ iterable_maps.h \ johnson.h \ kruskal.h \ + linear_heap.h \ list_graph.h \ lp.h \ lp_base.h \ @@ -48,6 +49,7 @@ lp_glpk.h \ lp_skeleton.h \ maps.h \ + matrix_maps.h \ max_matching.h \ min_cost_flow.h \ suurballe.h \ @@ -57,6 +59,7 @@ smart_graph.h \ time_measure.h \ topology.h \ + traits.h \ unionfind.h \ xy.h \ concept_check.h \ @@ -82,6 +85,7 @@ concept/graph.h \ concept/graph_component.h \ concept/undir_graph.h \ + concept/matrix_maps.h \ concept/maps.h \ concept/heap.h \ concept/path.h