summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-02-01 05:51:09 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-02-01 05:51:09 (GMT)
commit76958a8e308fc1f0b80929f30dcee9ef43fa3cec (patch)
tree8637d1546652fbbb62ed77f9b03b0930d9dc8356 /tools/Makefile.am
parent76cdc6c1ca9d35c7d27f038ede949c70560fdece (diff)
downloadhdf5-76958a8e308fc1f0b80929f30dcee9ef43fa3cec.zip
hdf5-76958a8e308fc1f0b80929f30dcee9ef43fa3cec.tar.gz
hdf5-76958a8e308fc1f0b80929f30dcee9ef43fa3cec.tar.bz2
[svn-r14483] Added the new tool, h5recover, which is for the Sandia project for
file recovery after a crash. Tested: linux (kagiso), linux64 (smirom), Solaris 10 (linew, in progress).
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d52942b..afe48dc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -22,6 +22,6 @@
include $(top_srcdir)/config/commence.am
# All subdirectories
-SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat
+SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h5recover
include $(top_srcdir)/config/conclude.am