summaryrefslogtreecommitdiffstats
path: root/perform/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-10-08 02:03:35 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-10-08 02:03:35 (GMT)
commit47e3636a31d79b3d3175e068ce853b4c418f93d1 (patch)
treecc1bcbee5e7578e618419e6456006fba1e924b97 /perform/Makefile.am
parent413bedbddf206b653a9cb1936c8e6627ac661201 (diff)
downloadhdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.zip
hdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.tar.gz
hdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.tar.bz2
[svn-r15808] Some test produced files were not cleaned by "make clean".
Added them to the clean list. Tested: kagiso, serial and parallel.
Diffstat (limited to 'perform/Makefile.am')
-rw-r--r--perform/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/Makefile.am b/perform/Makefile.am
index a9766a1..603175d 100644
--- a/perform/Makefile.am
+++ b/perform/Makefile.am
@@ -50,7 +50,7 @@ h5perf_serial_SOURCES=sio_perf.c sio_engine.c sio_timer.c
# These are the files that `make clean' (and derivatives) will remove from
# this directory.
-CLEANFILES=*.h5 *.raw *.dat x-gnuplot
+CLEANFILES=*.h5 *.raw *.dat x-gnuplot perftest.out
# All of the programs depend on the main hdf5 library, and some of them
# depend on test or tools library.