[svn-r10630] Purpose:

Cleanup

Description:
    Add some new test files to the 'distclean' target.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
This commit is contained in:
Quincey Koziol 2005-04-19 09:40:12 -05:00
parent af6276f654
commit 639e5908b3
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ LDADD=$(LIBH5TOOLS) $(LIBHDF5)
# Temporary files. *.h5 are generated by h5diff. They should
# be copied to the testfiles/ directory if update is required
MOSTLYCLEANFILES=*.h5
MOSTLYCLEANFILES=*.h5 expect_sorted actual_sorted
include $(top_srcdir)/config/conclude.am

View File

@ -339,7 +339,7 @@ LDADD = $(LIBH5TOOLS) $(LIBHDF5)
# Temporary files. *.h5 are generated by h5diff. They should
# be copied to the testfiles/ directory if update is required
MOSTLYCLEANFILES = *.h5
MOSTLYCLEANFILES = *.h5 expect_sorted actual_sorted
# Automake needs to be taught how to build lib, progs, and tests targets.
# These will be filled in automatically for the most part (e.g.,