Changes in lemon/Makefile.am [25:751cd8f9bb1c:32:ad7f593399b0] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r25 r32 8 8 9 9 lemon_libemon_la_SOURCES = \ 10 lemon/base.cc 10 lemon/base.cc \ 11 lemon/random.cc 12 11 13 12 14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) … … 14 16 15 17 lemon_HEADERS += \ 16 lemon/concept_check.h \ 18 lemon/dim2.h \ 19 lemon/random.h \ 17 20 lemon/list_graph.h \ 18 lemon/maps.h \19 21 lemon/tolerance.h 20 22 … … 23 25 lemon/bits/utility.h 24 26 25 concept_HEADERS += \ 26 lemon/concepts/maps.h 27 concept_HEADERS +=
Note: See TracChangeset
for help on using the changeset viewer.