Changes in lemon/Makefile.am [2:1a1c050e941b:8:a1b1d672f37a] in lemon-1.0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r2 r8 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/dim2.h \ 17 lemon/list_graph.h \ 18 lemon/tolerance.h 16 19 17 bits_HEADERS += 20 bits_HEADERS += \ 21 lemon/bits/invalid.h \ 22 lemon/bits/utility.h 18 23 19 24 concept_HEADERS +=
Note: See TracChangeset
for help on using the changeset viewer.