src/hugo/Makefile.am
author alpar
Fri, 07 May 2004 13:27:16 +0000
changeset 578 159f1cbf8a45
parent 573 0f6f4eb7abe9
child 596 c43e7d0f075b
permissions -rw-r--r--
src/work/alpar/list_graph.h moved to /src/hugo.
     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