COIN-OR::LEMON - Graph Library

Changeset 1361:04733359bac2 in lemon-0.x for src


Ignore:
Timestamp:
04/15/05 22:46:18 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1806
Message:

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

Location:
src/demo
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • src/demo/Makefile.am

    r1349 r1361  
    1212
    1313if HAVE_GLPK
    14 noinst_PROGRAMS += lp_demo
     14noinst_PROGRAMS += lp_demo lp_maxflow_demo
    1515endif
    1616
     
    3030lp_demo_CXXFLAGS = $(GLPK_CFLAGS)
    3131lp_demo_LDFLAGS = $(GLPK_LIBS)
     32
     33lp_demo_SOURCES = lp_maxflow_demo.cc
     34lp_demo_CXXFLAGS = $(GLPK_CFLAGS)
     35lp_demo_LDFLAGS = $(GLPK_LIBS)
Note: See TracChangeset for help on using the changeset viewer.