[Lemon-commits] [lemon_svn] alpar: r1806 - hugo/trunk/src/demo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:47:51 CET 2006


Author: alpar
Date: Fri Apr 15 22:46:18 2005
New Revision: 1806

Added:
   hugo/trunk/src/demo/lp_maxflow_demo.cc
      - copied unchanged from r1804, /hugo/trunk/src/demo/lp_demo.cc
Removed:
   hugo/trunk/src/demo/lp_demo.cc
Modified:
   hugo/trunk/src/demo/Makefile.am

Log:
lp_demo.cc becomes lp_maxflow_demo.cc
WARNING: Repo doesn't compile!


Modified: hugo/trunk/src/demo/Makefile.am
==============================================================================
--- hugo/trunk/src/demo/Makefile.am	(original)
+++ hugo/trunk/src/demo/Makefile.am	Fri Apr 15 22:46:18 2005
@@ -11,7 +11,7 @@
 	sub_graph_wrapper_demo
 
 if HAVE_GLPK
-noinst_PROGRAMS += lp_demo
+noinst_PROGRAMS += lp_demo lp_maxflow_demo
 endif
 
 dim_to_dot_SOURCES = dim_to_dot.cc
@@ -29,3 +29,7 @@
 lp_demo_SOURCES = lp_demo.cc
 lp_demo_CXXFLAGS = $(GLPK_CFLAGS)
 lp_demo_LDFLAGS = $(GLPK_LIBS)
+
+lp_demo_SOURCES = lp_maxflow_demo.cc
+lp_demo_CXXFLAGS = $(GLPK_CFLAGS)
+lp_demo_LDFLAGS = $(GLPK_LIBS)



More information about the Lemon-commits mailing list