diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-06-12 20:14:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-06-12 20:14:05 (GMT) |
commit | fb16cac7d6c943c04add46acdf6f59f8d3745a93 (patch) | |
tree | d3f475e29d9b411f8776a211961deaf8236af1f4 | |
parent | ce08041ae301ff3c9993d76e8bb3d8fb0d1e9cf9 (diff) | |
download | hdf5-fb16cac7d6c943c04add46acdf6f59f8d3745a93.zip hdf5-fb16cac7d6c943c04add46acdf6f59f8d3745a93.tar.gz hdf5-fb16cac7d6c943c04add46acdf6f59f8d3745a93.tar.bz2 |
[svn-r5611] Added h5redeploy to the install list.
Tested on eirene.
-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 ccf0300..8794389 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -34,7 +34,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 |