Mercurial > hg > minc-tools
diff Makefile.am @ 1513:3c91cd14802c
*** empty log message ***
author | stever <stever> |
---|---|
date | Fri, 10 Jan 2003 05:25:16 +0000 |
parents | b27a693ad72b |
children | 62fb81643bb7 |
line wrap: on
line diff
--- a/Makefile.am +++ b/Makefile.am @@ -111,9 +111,16 @@ LDADD = libvolume_io.la libminc.la EXTRA_DIST = GETTING_STARTED $(m4_files) \ + fortran \ libsrc/strdup.c \ progs/Get_image_offset/get_image_offset.c +# The fortran directory is not yet automakified, so it is just +# listed in EXTRA_DIST. This will copy everything including CVS +# files. We use this hook to get rid of the latter. +dist-hook: + rm -rf $(distdir)/fortran/CVS $(distdir)/fortran/vms/CVS + m4_files = \ m4/mni_REQUIRE_LIB.m4 \ m4/mni_REQUIRE_MNILIBS.m4 \