diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-06-24 21:58:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-06-24 21:58:17 (GMT) |
commit | b65c8842fdfdebbcb52ba71ed179cf6acc3a08da (patch) | |
tree | 025971fe81fe5aa26f832d4f482d46f97659550b /tools/Makefile.in | |
parent | 5ee14b07b99a3e3e0e5ac967989bad83cfff4454 (diff) | |
download | hdf5-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.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 46c7d53..4af6d74 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -425,7 +425,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog 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 # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |