diff -r f3792d5bb294 -r 8d289c89d43e lemon/Makefile.am --- a/lemon/Makefile.am Wed Apr 29 17:48:18 2009 +0100 +++ b/lemon/Makefile.am Wed Apr 29 17:48:41 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,6 +58,7 @@ lemon/assert.h \ lemon/bfs.h \ lemon/bin_heap.h \ + lemon/cbc.h \ lemon/circulation.h \ lemon/clp.h \ lemon/color.h \