... and add the missing header files.
authoralpar
Thu, 09 Sep 2004 09:40:45 +0000
changeset 829ef91373d37a8
parent 828 632bb520e64b
child 830 89dfa3bece81
... and add the missing header files.
src/hugo/Makefile.am
     1.1 --- a/src/hugo/Makefile.am	Thu Sep 09 09:27:01 2004 +0000
     1.2 +++ b/src/hugo/Makefile.am	Thu Sep 09 09:40:45 2004 +0000
     1.3 @@ -1,7 +1,9 @@
     1.4  pkginclude_HEADERS =							\
     1.5 +	array_map.h                                                     \
     1.6  	bfs.h                                                           \
     1.7  	dfs.h                                                           \
     1.8  	bin_heap.h							\
     1.9 +	default_map.h							\
    1.10  	dijkstra.h							\
    1.11  	dimacs.h							\
    1.12  	error.h								\
    1.13 @@ -13,15 +15,18 @@
    1.14  	kruskal.h							\
    1.15  	list_graph.h							\
    1.16  	map_defines.h                                                   \
    1.17 +	map_iterator.h                                                  \
    1.18  	map_registry.h                                                  \
    1.19  	maps.h								\
    1.20  	max_flow.h                                                      \
    1.21  	mincostflows.h                                                  \
    1.22  	minlengthpaths.h                                                \
    1.23  	smart_graph.h							\
    1.24 +	sym_map.h                                                       \
    1.25  	sym_map_factory.h                                               \
    1.26  	time_measure.h							\
    1.27  	unionfind.h							\
    1.28 +	vector_map.h                                                    \
    1.29  	xy.h
    1.30  
    1.31  noinst_HEADERS =							\