summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-24 21:58:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-24 21:58:17 (GMT)
commitb65c8842fdfdebbcb52ba71ed179cf6acc3a08da (patch)
tree025971fe81fe5aa26f832d4f482d46f97659550b /tools/Makefile.am
parent5ee14b07b99a3e3e0e5ac967989bad83cfff4454 (diff)
downloadhdf5-b65c8842fdfdebbcb52ba71ed179cf6acc3a08da.zip
hdf5-b65c8842fdfdebbcb52ba71ed179cf6acc3a08da.tar.gz
hdf5-b65c8842fdfdebbcb52ba71ed179cf6acc3a08da.tar.bz2
[svn-r23816] HDFFV-8455: moved h5dump before h5import
HDFFV-8465: corrected DTD reference path Merged from trunk Tested: local linux with cmake
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