Put a lot of missing header files to src/hugo/Makefile.am
authoralpar
Fri, 03 Sep 2004 10:43:22 +0000
changeset 795cfa6c2ea48e5
parent 794 d9ec436d11fe
child 796 b0a427f60edb
Put a lot of missing header files to src/hugo/Makefile.am
src/hugo/Makefile.am
     1.1 --- a/src/hugo/Makefile.am	Fri Sep 03 10:28:21 2004 +0000
     1.2 +++ b/src/hugo/Makefile.am	Fri Sep 03 10:43:22 2004 +0000
     1.3 @@ -1,19 +1,28 @@
     1.4  pkginclude_HEADERS =							\
     1.5 +	array_map_factory.h                                             \
     1.6  	bfs.h                                                           \
     1.7 +	dfs.h                                                           \
     1.8  	bin_heap.h							\
     1.9  	dijkstra.h							\
    1.10  	dimacs.h							\
    1.11  	error.h								\
    1.12 +	extended_pair.h                                                 \
    1.13  	fib_heap.h							\
    1.14  	full_graph.h							\
    1.15  	graph_wrapper.h							\
    1.16  	invalid.h							\
    1.17  	list_graph.h							\
    1.18 +	map_defines.h                                                   \
    1.19 +	map_registry.h                                                  \
    1.20  	maps.h								\
    1.21  	max_flow.h                                                      \
    1.22 +	mincostflows.h                                                  \
    1.23 +	minlengthpaths.h                                                \
    1.24  	smart_graph.h							\
    1.25 +	sym_map_factory.h                                               \
    1.26  	time_measure.h							\
    1.27  	unionfind.h							\
    1.28 +	vector_map_factory.h                                            \
    1.29  	xy.h
    1.30  
    1.31  noinst_HEADERS =							\