Changeset 2084:59769591eb60 in lemon-0.x for demo/Makefile.am
- Timestamp:
- 05/15/06 11:49:51 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/Makefile.am
r2081 r2084 20 20 topology_demo \ 21 21 simann_maxcut_demo \ 22 disjoint_paths_demo 22 disjoint_paths_demo \ 23 strongly_connected_orientation 23 24 24 25 if HAVE_GLPK … … 69 70 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc 70 71 71 disjoint_paths_demo_SOURCES = disjoint_paths.cc 72 disjoint_paths_demo_SOURCES = disjoint_paths_demo.cc 73 74 strongly_connected_orientation_SOURCES = strongly_connected_orientation.cc
Note: See TracChangeset
for help on using the changeset viewer.