Fix Makefile.am
authoralpar
Thu, 21 Apr 2005 06:06:56 +0000
changeset 1378b82995734b2d
parent 1377 bfbb5b30c5b8
child 1379 96a34c0904dd
Fix Makefile.am
src/lemon/Makefile.am
     1.1 --- a/src/lemon/Makefile.am	Wed Apr 20 15:06:42 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Thu Apr 21 06:06:56 2005 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  libemon_la_LDFLAGS = $(GLPK_LIBS)
     1.5  endif
     1.6  
     1.7 -pkginclude_HEADERS = \
     1.8 +nobase_pkginclude_HEADERS = \
     1.9  	bezier.h \
    1.10  	bfs.h \
    1.11  	dfs.h \
    1.12 @@ -31,6 +31,9 @@
    1.13  	invalid.h \
    1.14  	kruskal.h \
    1.15  	list_graph.h \
    1.16 +	lp_base.h \
    1.17 +	lp_glpk.h \
    1.18 +	lp_skeleton.h \
    1.19  	maps.h \
    1.20  	max_matching.h \
    1.21  	min_cost_flow.h \
    1.22 @@ -60,9 +63,6 @@
    1.23  	bits/undir_graph_extender.h
    1.24  
    1.25  noinst_HEADERS = \
    1.26 -	lp_base.h \
    1.27 -	lp_glpk.h \
    1.28 -	lp_skeleton.h \
    1.29  	concept/graph.h \
    1.30  	concept/graph_component.h \
    1.31  	concept/undir_graph.h \