- hugo/skeletons/path.h added.
authoralpar
Thu, 09 Sep 2004 09:27:01 +0000
changeset 828632bb520e64b
parent 827 6433f69dfc6b
child 829 ef91373d37a8
- hugo/skeletons/path.h added.
- Obsolete XYZ_map_factory.h's removed.
src/hugo/Makefile.am
     1.1 --- a/src/hugo/Makefile.am	Thu Sep 09 09:24:16 2004 +0000
     1.2 +++ b/src/hugo/Makefile.am	Thu Sep 09 09:27:01 2004 +0000
     1.3 @@ -1,9 +1,7 @@
     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 -	default_map_factory.h                                           \
    1.10  	dijkstra.h							\
    1.11  	dimacs.h							\
    1.12  	error.h								\
    1.13 @@ -24,9 +22,9 @@
    1.14  	sym_map_factory.h                                               \
    1.15  	time_measure.h							\
    1.16  	unionfind.h							\
    1.17 -	vector_map_factory.h                                            \
    1.18  	xy.h
    1.19  
    1.20  noinst_HEADERS =							\
    1.21  	skeletons/graph.h						\
    1.22 -	skeletons/maps.h
    1.23 +	skeletons/maps.h                                                \
    1.24 +	skeletons/path.h