lemon/Makefile.am
changeset 642 e01957e96c67
parent 625 936355864d6e
parent 634 32fb28fc9d42
child 659 ca92c2f936b0
     1.1 --- a/lemon/Makefile.am	Wed Apr 29 16:15:29 2009 +0100
     1.2 +++ b/lemon/Makefile.am	Wed Apr 29 19:22:14 2009 +0100
     1.3 @@ -15,7 +15,8 @@
     1.4  	lemon/random.cc \
     1.5  	lemon/bits/windows.cc
     1.6  
     1.7 -
     1.8 +nodist_lemon_HEADERS = lemon/config.h	
     1.9 +	
    1.10  lemon_libemon_la_CXXFLAGS = \
    1.11  	$(AM_CXXFLAGS) \
    1.12  	$(GLPK_CFLAGS) \
    1.13 @@ -57,11 +58,11 @@
    1.14  	lemon/assert.h \
    1.15  	lemon/bfs.h \
    1.16  	lemon/bin_heap.h \
    1.17 +	lemon/cbc.h \
    1.18  	lemon/circulation.h \
    1.19  	lemon/clp.h \
    1.20  	lemon/color.h \
    1.21  	lemon/concept_check.h \
    1.22 -	lemon/config.h \
    1.23  	lemon/connectivity.h \
    1.24  	lemon/counter.h \
    1.25  	lemon/core.h \