Changeset 337:560e4b6d020d in lemon-1.2 for lemon/Makefile.am
- Timestamp:
- 10/22/08 23:14:00 (16 years ago)
- Branch:
- default
- Parents:
- 333:9c2a532aa5ef (diff), 336:052cecabcb71 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r326 r337 30 30 lemon/error.h \ 31 31 lemon/graph_to_eps.h \ 32 lemon/grid_graph.h \ 32 33 lemon/kruskal.h \ 33 34 lemon/lgf_reader.h \ -
lemon/Makefile.am
r334 r337 13 13 lemon/random.cc 14 14 15 16 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 17 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 15 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 16 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 18 17 19 18 lemon_HEADERS += \ … … 38 37 lemon/maps.h \ 39 38 lemon/math.h \ 39 lemon/max_matching.h \ 40 40 lemon/path.h \ 41 41 lemon/random.h \
Note: See TracChangeset
for help on using the changeset viewer.