diff -r b5fb023cdb7b -r 0f1044b7a3af src/lemon/Makefile.am --- a/src/lemon/Makefile.am Wed Nov 10 21:59:59 2004 +0000 +++ b/src/lemon/Makefile.am Thu Nov 11 09:31:55 2004 +0000 @@ -1,4 +1,5 @@ pkginclude_HEADERS = \ + map_defines.h \ array_map.h \ bfs.h \ dfs.h \ @@ -6,7 +7,6 @@ default_map.h \ dijkstra.h \ dimacs.h \ - extended_pair.h \ fib_heap.h \ full_graph.h \ graph_wrapper.h \ @@ -14,7 +14,6 @@ invalid.h \ kruskal.h \ list_graph.h \ - map_iterator.h \ alteration_observer_registry.h \ maps.h \ min_cost_flow.h \ @@ -27,11 +26,8 @@ vector_map.h \ xy.h \ concept_check.h \ - map_defines.h \ - map_bits.h \ utility.h \ iterable_graph_extender.h \ - idmappable_graph_extender.h \ extendable_graph_extender.h \ clearable_graph_extender.h \ erasable_graph_extender.h \