diff -r bfbb5b30c5b8 -r b82995734b2d src/lemon/Makefile.am --- a/src/lemon/Makefile.am Wed Apr 20 15:06:42 2005 +0000 +++ b/src/lemon/Makefile.am Thu Apr 21 06:06:56 2005 +0000 @@ -15,7 +15,7 @@ libemon_la_LDFLAGS = $(GLPK_LIBS) endif -pkginclude_HEADERS = \ +nobase_pkginclude_HEADERS = \ bezier.h \ bfs.h \ dfs.h \ @@ -31,6 +31,9 @@ invalid.h \ kruskal.h \ list_graph.h \ + lp_base.h \ + lp_glpk.h \ + lp_skeleton.h \ maps.h \ max_matching.h \ min_cost_flow.h \ @@ -60,9 +63,6 @@ bits/undir_graph_extender.h noinst_HEADERS = \ - lp_base.h \ - lp_glpk.h \ - lp_skeleton.h \ concept/graph.h \ concept/graph_component.h \ concept/undir_graph.h \