lemon/Makefile.am
changeset 2313 d9daf826e28a
parent 2293 1ee6e8788cc7
child 2316 c0fae4bbaa5c
     1.1 --- a/lemon/Makefile.am	Wed Nov 29 15:01:13 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Wed Nov 29 17:30:21 2006 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  	lemon/bits/mingw32_time.cc \
     1.5  	lemon/random.cc
     1.6  
     1.7 -lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
     1.8 -lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
     1.9 +lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CFLAGS)
    1.10 +lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_CFLAGS)
    1.11  
    1.12  if HAVE_GLPK
    1.13  lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
    1.14 @@ -28,6 +28,10 @@
    1.15  lemon_libemon_la_SOURCES += lemon/mip_cplex.cc
    1.16  endif
    1.17  
    1.18 +if HAVE_SOPLEX
    1.19 +lemon_libemon_la_SOURCES += lemon/lp_soplex.cc
    1.20 +endif
    1.21 +
    1.22  lemon_HEADERS += \
    1.23  	lemon/bellman_ford.h \
    1.24  	lemon/bfs.h \
    1.25 @@ -71,6 +75,7 @@
    1.26  	lemon/lp_cplex.h \
    1.27  	lemon/lp_glpk.h \
    1.28  	lemon/lp_skeleton.h \
    1.29 +	lemon/lp_soplex.h \
    1.30  	lemon/map_iterator.h \
    1.31  	lemon/maps.h \
    1.32  	lemon/matrix_maps.h \