[Lemon-commits] deba: r3488 - in lemon/trunk: lemon test
Lemon SVN
svn at lemon.cs.elte.hu
Tue Apr 8 17:16:16 CEST 2008
Author: deba
Date: Tue Apr 8 17:16:16 2008
New Revision: 3488
Modified:
lemon/trunk/lemon/Makefile.am
lemon/trunk/test/Makefile.am
Log:
Fix Makefile.am
Modified: lemon/trunk/lemon/Makefile.am
==============================================================================
--- lemon/trunk/lemon/Makefile.am (original)
+++ lemon/trunk/lemon/Makefile.am Tue Apr 8 17:16:16 2008
@@ -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 \
Modified: lemon/trunk/test/Makefile.am
==============================================================================
--- lemon/trunk/test/Makefile.am (original)
+++ lemon/trunk/test/Makefile.am Tue Apr 8 17:16:16 2008
@@ -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 \
More information about the Lemon-commits
mailing list