src/hugo/Makefile.am
author marci
Fri, 07 May 2004 10:57:31 +0000
changeset 576 d00c33d07114
parent 563 9732e5fa423c
child 578 159f1cbf8a45
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 	maps.h								\
     9 	smart_graph.h							\
    10 	time_measure.h							\
    11 	unionfind.h							\
    12 	xy.h								\
    13 	graph_wrapper.h
    14 noinst_HEADERS =							\
    15 	skeletons/graph.h						\
    16 	skeletons/maps.h