diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-05-23 18:15:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-05-23 18:15:08 (GMT) |
commit | 01553cb8f7dca506522b4349043348cccecc318e (patch) | |
tree | 68a85c9b4b5843ca6785d1ea40e9eeb57b551508 /tools/h5dump | |
parent | 955b84369e870d14b922d97d3725a8b11778152d (diff) | |
download | hdf5-01553cb8f7dca506522b4349043348cccecc318e.zip hdf5-01553cb8f7dca506522b4349043348cccecc318e.tar.gz hdf5-01553cb8f7dca506522b4349043348cccecc318e.tar.bz2 |
[svn-r22396] Correct missing clean filenames in h5dump make
Sync 518/trunk version and cpack info
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/Makefile.am b/tools/h5dump/Makefile.am index 38864f5..f80d12e 100644 --- a/tools/h5dump/Makefile.am +++ b/tools/h5dump/Makefile.am @@ -46,6 +46,6 @@ h5dump_SOURCES=h5dump.c h5dump_ddl.c h5dump_xml.c # Temporary files. *.h5 are generated by h5dumpgentest. They should # copied to the testfiles/ directory if update is required. CHECK_CLEANFILES+=*.h5 *.bin -DISTCLEANFILES=testh5dump.sh +DISTCLEANFILES=testh5dump.sh testh5dumppbits.sh testh5dumpxml.sh include $(top_srcdir)/config/conclude.am |