diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2007-07-27 17:36:36 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2007-07-27 17:36:36 (GMT) |
commit | d65d8084ff8068befb28251c9dbf62ded4f24f5c (patch) | |
tree | 47d845473d9a46b68725f46e70e022cab6c391bb /tools/Makefile.in | |
parent | 4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (diff) | |
download | hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.zip hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.gz hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.bz2 |
[svn-r14023] Purpose:
reorganization.
Description:
move the h5stat tool into its own directory.
Platform tested:
kagiso.
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 64f0f76..eabfca2 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -304,7 +304,7 @@ TRACE = perl $(top_srcdir)/bin/trace CHECK_CLEANFILES = *.chkexe *.chklog *.clog # All subdirectories -SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy +SUBDIRS = lib h5dump h5diff h5ls 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., |