src/hugo/Makefile.am
author alpar
Fri, 03 Sep 2004 10:43:22 +0000
changeset 795 cfa6c2ea48e5
parent 774 4297098d9677
child 810 e9fbc747ca47
permissions -rw-r--r--
Put a lot of missing header files to src/hugo/Makefile.am
     1 pkginclude_HEADERS =							\
     2 	array_map_factory.h                                             \
     3 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	dijkstra.h							\
     7 	dimacs.h							\
     8 	error.h								\
     9 	extended_pair.h                                                 \
    10 	fib_heap.h							\
    11 	full_graph.h							\
    12 	graph_wrapper.h							\
    13 	invalid.h							\
    14 	list_graph.h							\
    15 	map_defines.h                                                   \
    16 	map_registry.h                                                  \
    17 	maps.h								\
    18 	max_flow.h                                                      \
    19 	mincostflows.h                                                  \
    20 	minlengthpaths.h                                                \
    21 	smart_graph.h							\
    22 	sym_map_factory.h                                               \
    23 	time_measure.h							\
    24 	unionfind.h							\
    25 	vector_map_factory.h                                            \
    26 	xy.h
    27 
    28 noinst_HEADERS =							\
    29 	skeletons/graph.h						\
    30 	skeletons/maps.h