summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-20 18:10:07 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-20 18:10:07 (GMT)
commite71411f9cf484800ce95847687229f2f280877b9 (patch)
treecc56a06e4e864e672c31cd6e63827ff380e8a032 /tools/Makefile.am
parent74384b3c19425ef74d100e9be0b1d737be4aa56b (diff)
downloadhdf5-e71411f9cf484800ce95847687229f2f280877b9.zip
hdf5-e71411f9cf484800ce95847687229f2f280877b9.tar.gz
hdf5-e71411f9cf484800ce95847687229f2f280877b9.tar.bz2
[svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import.
Tested local linux: h5dump executed before h5import
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 4479c20..76b32d2 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -24,6 +24,6 @@ include $(top_srcdir)/config/commence.am
CONFIG=ordered
# All subdirectories
-SUBDIRS=lib h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h5dump
+SUBDIRS=lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat
include $(top_srcdir)/config/conclude.am