Changeset 1361:04733359bac2 in lemon-0.x
- Timestamp:
- 04/15/05 22:46:18 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1806
- Location:
- src/demo
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/demo/Makefile.am
r1349 r1361 12 12 13 13 if HAVE_GLPK 14 noinst_PROGRAMS += lp_demo 14 noinst_PROGRAMS += lp_demo lp_maxflow_demo 15 15 endif 16 16 … … 30 30 lp_demo_CXXFLAGS = $(GLPK_CFLAGS) 31 31 lp_demo_LDFLAGS = $(GLPK_LIBS) 32 33 lp_demo_SOURCES = lp_maxflow_demo.cc 34 lp_demo_CXXFLAGS = $(GLPK_CFLAGS) 35 lp_demo_LDFLAGS = $(GLPK_LIBS)
Note: See TracChangeset
for help on using the changeset viewer.