lemon/Makefile.am
changeset 1993 2115143eceea
parent 1979 c2992fd74dad
child 1999 2ff283124dfc
     1.1 --- a/lemon/Makefile.am	Wed Mar 01 12:46:52 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Wed Mar 01 13:19:28 2006 +0000
     1.3 @@ -45,7 +45,6 @@
     1.4  	graph_utils.h \
     1.5  	graph_to_eps.h \
     1.6  	hypercube_graph.h \
     1.7 -	invalid.h \
     1.8  	iterable_maps.h \
     1.9  	johnson.h \
    1.10  	kruskal.h \
    1.11 @@ -74,12 +73,10 @@
    1.12  	sub_graph.h \
    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 -	utility.h \
    1.21  	lemon_reader.h \
    1.22  	lemon_writer.h \
    1.23  	graph_reader.h \
    1.24 @@ -94,8 +91,11 @@
    1.25  	bits/graph_extender.h \
    1.26  	bits/graph_adaptor_extender.h \
    1.27  	bits/edge_set_extender.h \
    1.28 +	bits/invalid.h \
    1.29  	bits/item_reader.h \
    1.30  	bits/item_writer.h \
    1.31 +	bits/traits.h \
    1.32 +	bits/utility.h \
    1.33  	concept/bpugraph.h \
    1.34  	concept/graph.h \
    1.35  	concept/graph_component.h \