Changeset 321:a412d990f043 in lemon-main
- Timestamp:
- 10/12/08 20:59:06 (16 years ago)
- Branch:
- default
- Parents:
- 319:5e12d7734036 (diff), 320:34e185734b42 (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
-
Makefile.am
r310 r321 5 5 6 6 EXTRA_DIST = \ 7 AUTHORS \ 7 8 LICENSE \ 8 9 m4/lx_check_cplex.m4 \ -
Makefile.am
r320 r321 10 10 m4/lx_check_glpk.m4 \ 11 11 m4/lx_check_soplex.m4 \ 12 CMakeLists.txt 12 CMakeLists.txt \ 13 cmake 13 14 14 15 pkgconfigdir = $(libdir)/pkgconfig … … 25 26 bin_PROGRAMS = 26 27 check_PROGRAMS = 28 dist_bin_SCRIPTS = 27 29 TESTS = 28 30 XFAIL_TESTS = … … 32 34 include doc/Makefile.am 33 35 include demo/Makefile.am 34 include benchmark/Makefile.am35 36 include tools/Makefile.am 36 37
Note: See TracChangeset
for help on using the changeset viewer.