lemon/Makefile.am
changeset 2375 e30a0fdad0d7
parent 2363 2aabce558574
child 2383 545926902c13
equal deleted inserted replaced
68:6270f241d592 69:2c379b2b8281
    31 if HAVE_SOPLEX
    31 if HAVE_SOPLEX
    32 lemon_libemon_la_SOURCES += lemon/lp_soplex.cc
    32 lemon_libemon_la_SOURCES += lemon/lp_soplex.cc
    33 endif
    33 endif
    34 
    34 
    35 lemon_HEADERS += \
    35 lemon_HEADERS += \
       
    36 	lemon/circulation.h \
    36 	lemon/bellman_ford.h \
    37 	lemon/bellman_ford.h \
    37 	lemon/bfs.h \
    38 	lemon/bfs.h \
    38 	lemon/bin_heap.h \
    39 	lemon/bin_heap.h \
    39 	lemon/bipartite_matching.h \
    40 	lemon/bipartite_matching.h \
    40 	lemon/bp_matching.h \
    41 	lemon/bp_matching.h \