src/lemon/Makefile.am
changeset 946 c94ef40a22ce
parent 937 d4e911acef3d
child 959 c80ef5912903
     1.1 --- a/src/lemon/Makefile.am	Mon Oct 25 13:29:46 2004 +0000
     1.2 +++ b/src/lemon/Makefile.am	Wed Oct 27 22:38:50 2004 +0000
     1.3 @@ -10,13 +10,12 @@
     1.4  	fib_heap.h							\
     1.5  	full_graph.h							\
     1.6  	graph_wrapper.h							\
     1.7 +	graph_utils.h							\
     1.8  	invalid.h							\
     1.9  	kruskal.h							\
    1.10  	list_graph.h							\
    1.11 -	map_defines.h                                                   \
    1.12  	map_iterator.h                                                  \
    1.13 -	map_registry.h                                                  \
    1.14 -	map_bits.h							\
    1.15 +	alteration_observer_registry.h                                  \
    1.16  	maps.h								\
    1.17  	min_cost_flow.h                                                 \
    1.18  	suurballe.h                                                     \
    1.19 @@ -26,10 +25,19 @@
    1.20  	time_measure.h							\
    1.21  	unionfind.h							\
    1.22  	vector_map.h                                                    \
    1.23 -	xy.h
    1.24 +	xy.h								\
    1.25 +	concept_check.h							\
    1.26 +	map_defines.h							\
    1.27 +	map_bits.h							\
    1.28 +	iterable_graph_extender.h					\
    1.29 +	idmappable_graph_extender.h				   	\
    1.30 +	extendable_graph_extender.h					\
    1.31 +	clearable_graph_extender.h					\
    1.32 +	erasable_graph_extender.h
    1.33  
    1.34  noinst_HEADERS =							\
    1.35  	skeletons/graph.h						\
    1.36 +	skeletons/graph_component.h					\
    1.37  	skeletons/sym_graph.h                                           \
    1.38  	skeletons/maps.h                                                \
    1.39  	skeletons/path.h