lemon/Makefile.am
changeset 1979 c2992fd74dad
parent 1977 8ef02f0c4245
child 1993 2115143eceea
     1.1 --- a/lemon/Makefile.am	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -40,7 +40,7 @@
     1.4  	floyd_warshall.h \
     1.5  	fredman_tarjan.h \
     1.6  	full_graph.h \
     1.7 -	grid_graph.h \
     1.8 +	grid_ugraph.h \
     1.9  	graph_adaptor.h \
    1.10  	graph_utils.h \
    1.11  	graph_to_eps.h \
    1.12 @@ -75,6 +75,7 @@
    1.13  	time_measure.h \
    1.14  	topology.h \
    1.15  	traits.h \
    1.16 +	ugraph_adaptor.h \
    1.17  	unionfind.h \
    1.18  	xy.h \
    1.19  	concept_check.h \
    1.20 @@ -87,14 +88,12 @@
    1.21  	bits/alteration_notifier.h \
    1.22  	bits/array_map.h \
    1.23  	bits/default_map.h \
    1.24 +	bits/static_map.h \
    1.25  	bits/vector_map.h \
    1.26 -	bits/iterable_graph_extender.h \
    1.27 -	bits/extendable_graph_extender.h \
    1.28 -	bits/clearable_graph_extender.h \
    1.29 -	bits/erasable_graph_extender.h \
    1.30 +	bits/map_extender.h \
    1.31  	bits/graph_extender.h \
    1.32 -	bits/map_extender.h \
    1.33 -	bits/static_map.h \
    1.34 +	bits/graph_adaptor_extender.h \
    1.35 +	bits/edge_set_extender.h \
    1.36  	bits/item_reader.h \
    1.37  	bits/item_writer.h \
    1.38  	concept/bpugraph.h \