diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -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) \ @@ -62,7 +63,6 @@ lemon/clp.h \ lemon/color.h \ lemon/concept_check.h \ - lemon/config.h \ lemon/connectivity.h \ lemon/counter.h \ lemon/core.h \ diff --git a/lemon/core.h b/lemon/core.h --- a/lemon/core.h +++ b/lemon/core.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include