We need to distribute the headers in 'skeletons' too.
authorladanyi
Thu, 06 May 2004 23:05:01 +0000
changeset 5639732e5fa423c
parent 562 0ed29fe9d071
child 564 f84611a14a33
We need to distribute the headers in 'skeletons' too.
src/hugo/Makefile.am
     1.1 --- a/src/hugo/Makefile.am	Thu May 06 22:24:02 2004 +0000
     1.2 +++ b/src/hugo/Makefile.am	Thu May 06 23:05:01 2004 +0000
     1.3 @@ -10,3 +10,7 @@
     1.4  	time_measure.h							\
     1.5  	unionfind.h							\
     1.6  	xy.h
     1.7 +
     1.8 +noinst_HEADERS =							\
     1.9 +	skeletons/graph.h						\
    1.10 +	skeletons/maps.h