diff -r cb8270a98660 -r e01957e96c67 lemon/Makefile.am --- a/lemon/Makefile.am Wed Apr 29 16:15:29 2009 +0100 +++ b/lemon/Makefile.am Wed Apr 29 19:22:14 2009 +0100 @@ -15,7 +15,8 @@ lemon/random.cc \ lemon/bits/windows.cc - +nodist_lemon_HEADERS = lemon/config.h + lemon_libemon_la_CXXFLAGS = \ $(AM_CXXFLAGS) \ $(GLPK_CFLAGS) \ @@ -57,11 +58,11 @@ lemon/assert.h \ lemon/bfs.h \ lemon/bin_heap.h \ + lemon/cbc.h \ lemon/circulation.h \ lemon/clp.h \ lemon/color.h \ lemon/concept_check.h \ - lemon/config.h \ lemon/connectivity.h \ lemon/counter.h \ lemon/core.h \