src/hugo/Makefile.am
author deba
Mon, 10 May 2004 13:49:35 +0000
changeset 595 e10b5e9419ef
parent 573 0f6f4eb7abe9
child 596 c43e7d0f075b
permissions -rw-r--r--
(none)
     1 pkginclude_HEADERS =							\
     2 	bin_heap.h							\
     3 	dijkstra.h							\
     4 	dimacs.h							\
     5 	error.h								\
     6 	fib_heap.h							\
     7 	invalid.h							\
     8 	list_graph.h							\
     9 	maps.h								\
    10 	smart_graph.h							\
    11 	time_measure.h							\
    12 	unionfind.h							\
    13 	xy.h								\
    14 	graph_wrapper.h
    15 noinst_HEADERS =							\
    16 	skeletons/graph.h						\
    17 	skeletons/maps.h