diff -r 3f1c7a6c33cd -r c9218405595b lemon/Makefile.am --- a/lemon/Makefile.am Mon May 07 08:49:57 2007 +0000 +++ b/lemon/Makefile.am Mon May 07 11:42:18 2007 +0000 @@ -42,12 +42,14 @@ lemon/bp_matching.h \ lemon/bpugraph_adaptor.h \ lemon/bucket_heap.h \ + lemon/capacity_scaling.h \ lemon/circulation.h \ lemon/color.h \ lemon/config.h \ lemon/concept_check.h \ lemon/counter.h \ lemon/csp.h \ + lemon/cycle_canceling.h \ lemon/dag_shortest_path.h \ lemon/dfs.h \ lemon/dijkstra.h \ @@ -89,10 +91,13 @@ lemon/matrix_maps.h \ lemon/max_matching.h \ lemon/min_cost_arborescence.h \ + lemon/min_cost_flow.h \ + lemon/min_cost_max_flow.h \ lemon/min_mean_cycle.h \ lemon/mip_glpk.h \ lemon/mip_cplex.h \ lemon/nagamochi_ibaraki.h \ + lemon/network_simplex.h \ lemon/path.h \ lemon/path_utils.h \ lemon/polynomial.h \