diff -r ef2d00e46897 -r c2992fd74dad lemon/Makefile.am --- a/lemon/Makefile.am Wed Feb 22 12:45:59 2006 +0000 +++ b/lemon/Makefile.am Wed Feb 22 18:26:56 2006 +0000 @@ -40,7 +40,7 @@ floyd_warshall.h \ fredman_tarjan.h \ full_graph.h \ - grid_graph.h \ + grid_ugraph.h \ graph_adaptor.h \ graph_utils.h \ graph_to_eps.h \ @@ -75,6 +75,7 @@ time_measure.h \ topology.h \ traits.h \ + ugraph_adaptor.h \ unionfind.h \ xy.h \ concept_check.h \ @@ -87,14 +88,12 @@ bits/alteration_notifier.h \ bits/array_map.h \ bits/default_map.h \ + bits/static_map.h \ bits/vector_map.h \ - bits/iterable_graph_extender.h \ - bits/extendable_graph_extender.h \ - bits/clearable_graph_extender.h \ - bits/erasable_graph_extender.h \ + bits/map_extender.h \ bits/graph_extender.h \ - bits/map_extender.h \ - bits/static_map.h \ + bits/graph_adaptor_extender.h \ + bits/edge_set_extender.h \ bits/item_reader.h \ bits/item_writer.h \ concept/bpugraph.h \