diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-06-12 20:14:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-06-12 20:14:07 (GMT) |
commit | f0a98bd85b5a0b5fd6abd883a5eab7a7913679dd (patch) | |
tree | 5a737663e14547fd2efa2419e1e6a2339a60829b /tools | |
parent | 596e3da56195c661789b35653323c34245dec9e7 (diff) | |
download | hdf5-f0a98bd85b5a0b5fd6abd883a5eab7a7913679dd.zip hdf5-f0a98bd85b5a0b5fd6abd883a5eab7a7913679dd.tar.gz hdf5-f0a98bd85b5a0b5fd6abd883a5eab7a7913679dd.tar.bz2 |
[svn-r5612] Added h5redeploy to the install list.
Tested on eirene.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index fcff393..f3a4d7e 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -26,7 +26,7 @@ TEST_SCRIPTS= LIBTOOLS=../lib/libh5tools.la LIBHDF5=$(top_builddir)/src/libhdf5.la -PUB_PROGS=h5cc h5debug h5import h5repart @PDB2HDF@ +PUB_PROGS=h5cc h5debug h5import $(srcdir)/h5redeploy h5repart @PDB2HDF@ PROGS=$(PUB_PROGS) $(TEST_PROGS) ## Source and object files for the library; do not install |