src/hugo/Makefile.am
author alpar
Sun, 09 May 2004 16:21:56 +0000
changeset 590 5c1465127b79
parent 573 0f6f4eb7abe9
child 596 c43e7d0f075b
permissions -rw-r--r--
Changes in the Maps' copy constructors.
     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