src/lemon/Makefile.am
changeset 980 0f1044b7a3af
parent 977 48962802d168
child 1039 bd01c5a3f989
     1.1 --- a/src/lemon/Makefile.am	Wed Nov 10 21:59:59 2004 +0000
     1.2 +++ b/src/lemon/Makefile.am	Thu Nov 11 09:31:55 2004 +0000
     1.3 @@ -1,4 +1,5 @@
     1.4  pkginclude_HEADERS =							\
     1.5 +	map_defines.h							\
     1.6  	array_map.h                                                     \
     1.7  	bfs.h                                                           \
     1.8  	dfs.h                                                           \
     1.9 @@ -6,7 +7,6 @@
    1.10  	default_map.h							\
    1.11  	dijkstra.h							\
    1.12  	dimacs.h							\
    1.13 -	extended_pair.h                                                 \
    1.14  	fib_heap.h							\
    1.15  	full_graph.h							\
    1.16  	graph_wrapper.h							\
    1.17 @@ -14,7 +14,6 @@
    1.18  	invalid.h							\
    1.19  	kruskal.h							\
    1.20  	list_graph.h							\
    1.21 -	map_iterator.h                                                  \
    1.22  	alteration_observer_registry.h                                  \
    1.23  	maps.h								\
    1.24  	min_cost_flow.h                                                 \
    1.25 @@ -27,11 +26,8 @@
    1.26  	vector_map.h                                                    \
    1.27  	xy.h								\
    1.28  	concept_check.h							\
    1.29 -	map_defines.h							\
    1.30 -	map_bits.h							\
    1.31  	utility.h							\
    1.32  	iterable_graph_extender.h					\
    1.33 -	idmappable_graph_extender.h				   	\
    1.34  	extendable_graph_extender.h					\
    1.35  	clearable_graph_extender.h					\
    1.36  	erasable_graph_extender.h					\