summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-09-11 04:39:09 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-09-11 04:39:09 (GMT)
commita4e730506f73381d8d3fc768249ce860b23b2d54 (patch)
treee89d2bed1fa97309f7d7fb88dfab1ad8e5d0d05d /tools/Makefile.am
parent86b03d3ef847ae902deaa4932eba23fb960378c3 (diff)
downloadhdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.zip
hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.gz
hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.bz2
[svn-r27758] Implementation for "h5format_convert" tool to convert a chunked dataset's indexing type to v1 B-tree indexing type.
Code review pending.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 095cc30..bffc14d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -24,7 +24,6 @@ include $(top_srcdir)/config/commence.am
CONFIG=ordered
# All subdirectories
-SUBDIRS=lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat \
- perform
+SUBDIRS=lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat h5format_convert perform
include $(top_srcdir)/config/conclude.am