lemon/Makefile.am
changeset 2389 df6a32249b46
parent 2383 545926902c13
child 2409 fe0a8fe16271
     1.1 --- a/lemon/Makefile.am	Sat Mar 03 12:00:32 2007 +0000
     1.2 +++ b/lemon/Makefile.am	Sat Mar 03 12:05:05 2007 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  lib_LTLIBRARIES += lemon/libemon.la
     1.5  
     1.6  lemon_libemon_la_SOURCES = \
     1.7 +	lemon/arg_parser.cc \
     1.8  	lemon/lp_base.cc \
     1.9  	lemon/lp_skeleton.cc \
    1.10  	lemon/base.cc \
    1.11 @@ -33,7 +34,7 @@
    1.12  endif
    1.13  
    1.14  lemon_HEADERS += \
    1.15 -	lemon/circulation.h \
    1.16 +	lemon/arg_parser.h \
    1.17  	lemon/bellman_ford.h \
    1.18  	lemon/bfs.h \
    1.19  	lemon/bin_heap.h \
    1.20 @@ -41,6 +42,7 @@
    1.21  	lemon/bp_matching.h \
    1.22  	lemon/bpugraph_adaptor.h \
    1.23  	lemon/bucket_heap.h \
    1.24 +	lemon/circulation.h \
    1.25  	lemon/color.h \
    1.26  	lemon/config.h \
    1.27  	lemon/concept_check.h \
    1.28 @@ -49,6 +51,7 @@
    1.29  	lemon/dag_shortest_path.h \
    1.30  	lemon/dfs.h \
    1.31  	lemon/dijkstra.h \
    1.32 +	lemon/dist_log.h \
    1.33  	lemon/dim2.h \
    1.34  	lemon/dimacs.h \
    1.35  	lemon/edge_set.h \