# HG changeset patch # User deba # Date 1207667776 0 # Node ID e4ec01f1a4cd4cde826a68411c4a2f32061bfc6a # Parent 5f36105d656b3ebdc9e2124919480917007008a0 Fix Makefile.am diff -r 5f36105d656b -r e4ec01f1a4cd lemon/Makefile.am --- a/lemon/Makefile.am Tue Apr 08 14:43:44 2008 +0000 +++ b/lemon/Makefile.am Tue Apr 08 15:16:16 2008 +0000 @@ -47,6 +47,7 @@ lemon/color.h \ lemon/config.h \ lemon/concept_check.h \ + lemon/cost_scaling.h \ lemon/counter.h \ lemon/csp.h \ lemon/cycle_canceling.h \ diff -r 5f36105d656b -r e4ec01f1a4cd test/Makefile.am --- a/test/Makefile.am Tue Apr 08 14:43:44 2008 +0000 +++ b/test/Makefile.am Tue Apr 08 15:16:16 2008 +0000 @@ -1,7 +1,9 @@ EXTRA_DIST += \ test/Makefile \ test/preflow_graph.dim \ - test/dijkstra_test.lgf + test/dijkstra_test.lgf \ + test/min_cost_flow_test.lgf \ + test/min_cost_flow_test.net noinst_HEADERS += \ test/test_tools.h \