src/hugo/Makefile.am
author marci
Tue, 11 May 2004 15:54:00 +0000
changeset 609 0566ac97809b
parent 578 159f1cbf8a45
child 731 2d5163bfd265
permissions -rw-r--r--
misc
     1 pkginclude_HEADERS =							\
     2 	bin_heap.h							\
     3 	dijkstra.h							\
     4 	dimacs.h							\
     5 	error.h								\
     6 	fib_heap.h							\
     7 	full_graph.h							\
     8 	graph_wrapper.h							\
     9 	invalid.h							\
    10 	list_graph.h							\
    11 	maps.h								\
    12 	smart_graph.h							\
    13 	time_measure.h							\
    14 	unionfind.h							\
    15 	xy.h
    16 
    17 noinst_HEADERS =							\
    18 	skeletons/graph.h						\
    19 	skeletons/maps.h