diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-01-07 19:17:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-01-07 19:17:13 (GMT) |
commit | 5651d417de9c6f5f98395cf8d030f09d4102e5e0 (patch) | |
tree | 8556a110cad01ce76af906aba95d95dda1d8754b | |
parent | 84d1dd0f92d4f93782f7611d9f428f272a861c23 (diff) | |
download | hdf5-5651d417de9c6f5f98395cf8d030f09d4102e5e0.zip hdf5-5651d417de9c6f5f98395cf8d030f09d4102e5e0.tar.gz hdf5-5651d417de9c6f5f98395cf8d030f09d4102e5e0.tar.bz2 |
[svn-r1934] Removed the entry of h5findshd.c. Its routines have been moved to
libh5tools.c.
-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 6f1b6b1..e486d93 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -26,7 +26,7 @@ LIBHDF5=../src/libhdf5.la PROGS=h5debug h5import h5ls h5repart h5dump h5dumptst @H5TOH4@ @PDB2HDF@ ## Source and object files for the library; do not install -LIB_SRC=h5tools.c h5findshd.c +LIB_SRC=h5tools.c LIB_OBJ=$(LIB_SRC:.c=.lo) PUB_LIB= |