# HG changeset patch # User Akos Ladanyi # Date 1240940729 -3600 # Node ID 32fb28fc9d4298c95033cd2d41e634757d6952b4 # Parent 8a144437db7d8e13b720f3515e3bdaea08a24d31 Do not distribute lemon/config.h and fix its bad include by core.h (#280) diff -r 8a144437db7d -r 32fb28fc9d42 lemon/Makefile.am --- a/lemon/Makefile.am Mon Apr 27 20:02:37 2009 +0100 +++ b/lemon/Makefile.am Tue Apr 28 18:45:29 2009 +0100 @@ -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 -r 8a144437db7d -r 32fb28fc9d42 lemon/core.h --- a/lemon/core.h Mon Apr 27 20:02:37 2009 +0100 +++ b/lemon/core.h Tue Apr 28 18:45:29 2009 +0100 @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include