Changeset 1835:eb6c34c76501 in lemon-0.x for lemon/Makefile.am
- Timestamp:
- 11/29/05 09:40:03 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r1833 r1835 8 8 libemon_la_SOURCES = \ 9 9 lp_base.cc \ 10 lp_skeleton.cc 10 lp_skeleton.cc \ 11 base.cc 11 12 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) 12 13 libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) … … 71 72 graph_reader.h \ 72 73 graph_writer.h \ 74 tolerance.h \ 73 75 bits/alteration_notifier.h \ 74 76 bits/array_map.h \
Note: See TracChangeset
for help on using the changeset viewer.