diff -r 2d6c8075d9d0 -r 818510fa3d99 src/lemon/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/lemon/Makefile.am Wed Sep 29 15:30:04 2004 +0000 @@ -0,0 +1,35 @@ +pkginclude_HEADERS = \ + array_map.h \ + bfs.h \ + dfs.h \ + bin_heap.h \ + default_map.h \ + dijkstra.h \ + dimacs.h \ + extended_pair.h \ + fib_heap.h \ + full_graph.h \ + graph_wrapper.h \ + invalid.h \ + kruskal.h \ + list_graph.h \ + map_defines.h \ + map_iterator.h \ + map_registry.h \ + map_bits.h \ + maps.h \ + min_cost_flow.h \ + suurballe.h \ + preflow.h \ + path.h \ + smart_graph.h \ + sym_map.h \ + time_measure.h \ + unionfind.h \ + vector_map.h \ + xy.h + +noinst_HEADERS = \ + skeletons/graph.h \ + skeletons/maps.h \ + skeletons/path.h