src/hugo/Makefile.am
author deba
Tue, 07 Sep 2004 15:17:15 +0000
changeset 817 3e30caeb9c00
parent 810 e9fbc747ca47
child 828 632bb520e64b
permissions -rw-r--r--
Some warining fix in maps.
     1 pkginclude_HEADERS =							\
     2 	array_map_factory.h                                             \
     3 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	default_map_factory.h                                           \
     7 	dijkstra.h							\
     8 	dimacs.h							\
     9 	error.h								\
    10 	extended_pair.h                                                 \
    11 	fib_heap.h							\
    12 	full_graph.h							\
    13 	graph_wrapper.h							\
    14 	invalid.h							\
    15 	kruskal.h							\
    16 	list_graph.h							\
    17 	map_defines.h                                                   \
    18 	map_registry.h                                                  \
    19 	maps.h								\
    20 	max_flow.h                                                      \
    21 	mincostflows.h                                                  \
    22 	minlengthpaths.h                                                \
    23 	smart_graph.h							\
    24 	sym_map_factory.h                                               \
    25 	time_measure.h							\
    26 	unionfind.h							\
    27 	vector_map_factory.h                                            \
    28 	xy.h
    29 
    30 noinst_HEADERS =							\
    31 	skeletons/graph.h						\
    32 	skeletons/maps.h