summaryrefslogtreecommitdiffstats
path: root/tools/h5copy/Makefile.am
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-06-26 16:08:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-06-26 16:08:38 (GMT)
commitd114cda9a00a89323aedacec5dfcbbdf0aca32b7 (patch)
tree1bb352d0fb2da88b403024c497df4ddd7e7dd64e /tools/h5copy/Makefile.am
parentfc42567dbe0c157b96ef9811517f1d9193c3c844 (diff)
downloadhdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.zip
hdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.tar.gz
hdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.tar.bz2
[svn-r13914] Description:
Clean up files generated during testing. Tested on: Linux/32 2.6 (chicago)
Diffstat (limited to 'tools/h5copy/Makefile.am')
-rw-r--r--tools/h5copy/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5copy/Makefile.am b/tools/h5copy/Makefile.am
index efdc2a9..23432eb 100644
--- a/tools/h5copy/Makefile.am
+++ b/tools/h5copy/Makefile.am
@@ -39,4 +39,8 @@ h5copygentest_SOURCES=h5copygentest.c
# All programs depend on the hdf5 and h5tools libraries
LDADD=$(LIBH5TOOLS) $(LIBHDF5)
+# Temporary files. *.h5 are generated by h5dumpgentest. They should
+# copied to the testfiles/ directory if update is required.
+CHECK_CLEANFILES+=*.h5
+
include $(top_srcdir)/config/conclude.am