1.1 --- a/src/lemon/Makefile.am Tue Apr 05 09:49:01 2005 +0000
1.2 +++ b/src/lemon/Makefile.am Tue Apr 05 12:30:46 2005 +0000
1.3 @@ -10,16 +10,13 @@
1.4 lp_solver_skeleton.cc
1.5
1.6 pkginclude_HEADERS = \
1.7 - array_map.h \
1.8 - bezier.h \
1.9 + bezier.h \
1.10 bfs.h \
1.11 dfs.h \
1.12 bin_heap.h \
1.13 - default_map.h \
1.14 dijkstra.h \
1.15 dimacs.h \
1.16 error.h \
1.17 - extended_pair.h \
1.18 fib_heap.h \
1.19 full_graph.h \
1.20 graph_wrapper.h \
1.21 @@ -28,8 +25,6 @@
1.22 invalid.h \
1.23 kruskal.h \
1.24 list_graph.h \
1.25 - alteration_notifier.h \
1.26 - map_iterator.h \
1.27 maps.h \
1.28 max_matching.h \
1.29 min_cost_flow.h \
1.30 @@ -40,18 +35,23 @@
1.31 smart_graph.h \
1.32 time_measure.h \
1.33 unionfind.h \
1.34 - vector_map.h \
1.35 xy.h \
1.36 concept_check.h \
1.37 utility.h \
1.38 - iterable_graph_extender.h \
1.39 - extendable_graph_extender.h \
1.40 - clearable_graph_extender.h \
1.41 - erasable_graph_extender.h \
1.42 - undir_graph_extender.h \
1.43 graph_reader.h \
1.44 graph_writer.h \
1.45 - map_utils.h
1.46 + map_utils.h \
1.47 + bits/alteration_notifier.h \
1.48 + bits/map_iterator.h \
1.49 + bits/array_map.h \
1.50 + bits/default_map.h \
1.51 + bits/extended_pair.h \
1.52 + bits/vector_map.h \
1.53 + bits/iterable_graph_extender.h \
1.54 + bits/extendable_graph_extender.h \
1.55 + bits/clearable_graph_extender.h \
1.56 + bits/erasable_graph_extender.h \
1.57 + bits/undir_graph_extender.h
1.58
1.59 noinst_HEADERS = \
1.60 lp_base.h \