equal
deleted
inserted
replaced
17 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
17 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
18 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) |
18 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) |
19 |
19 |
20 if HAVE_GLPK |
20 if HAVE_GLPK |
21 lemon_libemon_la_SOURCES += lemon/lp_glpk.cc |
21 lemon_libemon_la_SOURCES += lemon/lp_glpk.cc |
|
22 lemon_libemon_la_SOURCES += lemon/mip_glpk.cc |
22 endif |
23 endif |
23 |
24 |
24 if HAVE_CPLEX |
25 if HAVE_CPLEX |
25 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc |
26 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc |
26 endif |
27 endif |