Added full_graph.h to the installable headers.
authorladanyi
Mon, 10 May 2004 15:15:37 +0000
changeset 596c43e7d0f075b
parent 595 e10b5e9419ef
child 597 a6e2b02f496a
Added full_graph.h to the installable headers.
src/hugo/Makefile.am
     1.1 --- a/src/hugo/Makefile.am	Mon May 10 13:49:35 2004 +0000
     1.2 +++ b/src/hugo/Makefile.am	Mon May 10 15:15:37 2004 +0000
     1.3 @@ -4,14 +4,16 @@
     1.4  	dimacs.h							\
     1.5  	error.h								\
     1.6  	fib_heap.h							\
     1.7 +	full_graph.h							\
     1.8 +	graph_wrapper.h							\
     1.9  	invalid.h							\
    1.10  	list_graph.h							\
    1.11  	maps.h								\
    1.12  	smart_graph.h							\
    1.13  	time_measure.h							\
    1.14  	unionfind.h							\
    1.15 -	xy.h								\
    1.16 -	graph_wrapper.h
    1.17 +	xy.h
    1.18 +
    1.19  noinst_HEADERS =							\
    1.20  	skeletons/graph.h						\
    1.21  	skeletons/maps.h