make distcheck fixes. Anyway it still doesn't work.
authorladanyi
Tue, 05 Apr 2005 09:49:01 +0000
changeset 13064ea2147274db
parent 1305 c3dc75d4af24
child 1307 d4acebef7276
make distcheck fixes. Anyway it still doesn't work.
src/lemon/Makefile.am
     1.1 --- a/src/lemon/Makefile.am	Tue Apr 05 09:08:23 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Tue Apr 05 09:49:01 2005 +0000
     1.3 @@ -19,6 +19,7 @@
     1.4  	dijkstra.h							\
     1.5  	dimacs.h							\
     1.6  	error.h  							\
     1.7 +	extended_pair.h							\
     1.8  	fib_heap.h							\
     1.9  	full_graph.h							\
    1.10  	graph_wrapper.h							\
    1.11 @@ -28,6 +29,7 @@
    1.12  	kruskal.h							\
    1.13  	list_graph.h							\
    1.14  	alteration_notifier.h                                           \
    1.15 +	map_iterator.h							\
    1.16  	maps.h								\
    1.17  	max_matching.h                                                  \
    1.18  	min_cost_flow.h                                                 \
    1.19 @@ -52,6 +54,9 @@
    1.20  	map_utils.h
    1.21  
    1.22  noinst_HEADERS =							\
    1.23 +	lp_base.h							\
    1.24 +	lp_glpk.h							\
    1.25 +	lp_solver_skeleton.h						\
    1.26  	concept/graph.h							\
    1.27  	concept/graph_component.h					\
    1.28  	concept/undir_graph.h						\