Changeset 7:4d461e9867da in lemon-1.2
- Timestamp:
- 12/20/07 16:59:06 (17 years ago)
- Branch:
- default
- Children:
- 8:a1b1d672f37a, 25:751cd8f9bb1c
- Phase:
- public
- Location:
- lemon
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r2 r7 7 7 lib_LTLIBRARIES += lemon/libemon.la 8 8 9 lemon_libemon_la_SOURCES = 9 lemon_libemon_la_SOURCES = \ 10 lemon/base.cc 10 11 11 12 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) … … 13 14 14 15 lemon_HEADERS += \ 15 lemon/list_graph.h 16 lemon/list_graph.h \ 17 lemon/tolerance.h 16 18 17 bits_HEADERS += 19 bits_HEADERS += \ 20 lemon/bits/invalid.h \ 21 lemon/bits/utility.h 18 22 19 23 concept_HEADERS +=
Note: See TracChangeset
for help on using the changeset viewer.