diff -r f2ea4aac9ada -r c94ef40a22ce src/lemon/Makefile.am --- a/src/lemon/Makefile.am Mon Oct 25 13:29:46 2004 +0000 +++ b/src/lemon/Makefile.am Wed Oct 27 22:38:50 2004 +0000 @@ -10,13 +10,12 @@ fib_heap.h \ full_graph.h \ graph_wrapper.h \ + graph_utils.h \ invalid.h \ kruskal.h \ list_graph.h \ - map_defines.h \ map_iterator.h \ - map_registry.h \ - map_bits.h \ + alteration_observer_registry.h \ maps.h \ min_cost_flow.h \ suurballe.h \ @@ -26,10 +25,19 @@ time_measure.h \ unionfind.h \ vector_map.h \ - xy.h + xy.h \ + concept_check.h \ + map_defines.h \ + map_bits.h \ + iterable_graph_extender.h \ + idmappable_graph_extender.h \ + extendable_graph_extender.h \ + clearable_graph_extender.h \ + erasable_graph_extender.h noinst_HEADERS = \ skeletons/graph.h \ + skeletons/graph_component.h \ skeletons/sym_graph.h \ skeletons/maps.h \ skeletons/path.h