Fix Makefile.am
authordeba
Tue, 08 Apr 2008 15:16:16 +0000
changeset 2604e4ec01f1a4cd
parent 2603 5f36105d656b
child 2605 852361980706
Fix Makefile.am
lemon/Makefile.am
test/Makefile.am
     1.1 --- a/lemon/Makefile.am	Tue Apr 08 14:43:44 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Tue Apr 08 15:16:16 2008 +0000
     1.3 @@ -47,6 +47,7 @@
     1.4  	lemon/color.h \
     1.5  	lemon/config.h \
     1.6  	lemon/concept_check.h \
     1.7 +	lemon/cost_scaling.h \
     1.8  	lemon/counter.h \
     1.9  	lemon/csp.h \
    1.10  	lemon/cycle_canceling.h \
     2.1 --- a/test/Makefile.am	Tue Apr 08 14:43:44 2008 +0000
     2.2 +++ b/test/Makefile.am	Tue Apr 08 15:16:16 2008 +0000
     2.3 @@ -1,7 +1,9 @@
     2.4  EXTRA_DIST += \
     2.5  	test/Makefile \
     2.6  	test/preflow_graph.dim \
     2.7 -	test/dijkstra_test.lgf
     2.8 +	test/dijkstra_test.lgf \
     2.9 +	test/min_cost_flow_test.lgf \
    2.10 +	test/min_cost_flow_test.net
    2.11  
    2.12  noinst_HEADERS += \
    2.13  	test/test_tools.h \