diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-09-19 20:21:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-09-19 20:21:05 (GMT) |
commit | 675dde0699cd299da21d4f2624c22427234350ee (patch) | |
tree | 1d9ea586a185c2e43819e4e09dec75527c375d61 /tools | |
parent | 3752177106983673ce51e55e5faaefa41c269465 (diff) | |
download | hdf5-675dde0699cd299da21d4f2624c22427234350ee.zip hdf5-675dde0699cd299da21d4f2624c22427234350ee.tar.gz hdf5-675dde0699cd299da21d4f2624c22427234350ee.tar.bz2 |
[svn-r7499] Purpose:
added h5repack to the list of tools to make check
Platforms tested:
linux (small change)
Misc. update:
Diffstat (limited to 'tools')
-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 51e3b53..037a107 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -20,7 +20,7 @@ srcdir=@srcdir@ ## All subdirectories except for the ``lib'' subdirectory. ## -SUBDIRS=h5dump h5diff h5ls misc gifconv h5import +SUBDIRS=h5dump h5diff h5ls misc gifconv h5import h5repack ## Add include directory to the C preprocessor flags, add -lh5tools and ## -lhdf5 to the list of libraries. |