# HG changeset patch # User Alpar Juttner # Date 2009-04-29 17:49:52 # Node ID 673c9d6bef44feb3a35101e1ced7c6a675e2d00a # Parent 7f4536948929945a65a37328ea2be71dea0eb283 # Parent 32fb28fc9d4298c95033cd2d41e634757d6952b4 Merge bugfix #280 diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -16,6 +16,8 @@ #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) +nodist_lemon_HEADERS = lemon/config.h + lemon_HEADERS += \ lemon/arg_parser.h \ lemon/assert.h \ @@ -23,7 +25,6 @@ lemon/bin_heap.h \ lemon/color.h \ lemon/concept_check.h \ - lemon/config.h \ lemon/counter.h \ lemon/core.h \ lemon/dfs.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