diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-22 19:35:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-22 19:35:24 (GMT) |
commit | 987146cc8e2853ed164769c9de5c2837385ae114 (patch) | |
tree | e72ac81835a1f4dee32af1c8e26a45ee829271d1 /tools/h5repack/Makefile.am | |
parent | 4d5673c3c0372f577f457c7e6def7d0d3b59c86c (diff) | |
download | hdf5-987146cc8e2853ed164769c9de5c2837385ae114.zip hdf5-987146cc8e2853ed164769c9de5c2837385ae114.tar.gz hdf5-987146cc8e2853ed164769c9de5c2837385ae114.tar.bz2 |
[svn-r13793]
Clean temporary test files
Tested: linux, SunOS
Note: the files outside tools were generated by bin/reconfigure
Diffstat (limited to 'tools/h5repack/Makefile.am')
-rw-r--r-- | tools/h5repack/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/Makefile.am b/tools/h5repack/Makefile.am index 4f24735..a0fcdcc 100644 --- a/tools/h5repack/Makefile.am +++ b/tools/h5repack/Makefile.am @@ -52,7 +52,7 @@ testh5repack_detect_szip_SOURCES=testh5repack_detect_szip.c # Temporary files. *.h5 are generated by h5repack. They should # copied to the testfiles/ directory if update is required. -CHECK_CLEANFILES+=*.h5 +CHECK_CLEANFILES+=*.h5 *.bin DISTCLEANFILES=h5repack.sh include $(top_srcdir)/config/conclude.am |