diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
commit | 0475dd9a702c1308602e920dc03648478cfafd05 (patch) | |
tree | be28d463b4c8353ea7db4a1f39547570018b39f2 /tools/lib | |
parent | 946c606452ec59397675b7b807b3280258e39726 (diff) | |
download | hdf5-0475dd9a702c1308602e920dc03648478cfafd05.zip hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.gz hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.bz2 |
[svn-r6412] Purpose:
Code cleanup
Description:
Update dependencies and clean up a few warnings.
Platforms tested:
Linux 2.2 (eirene) w/parallel
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/Dependencies | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/lib/Dependencies b/tools/lib/Dependencies index 5f00ae0..809d47a 100644 --- a/tools/lib/Dependencies +++ b/tools/lib/Dependencies @@ -40,7 +40,8 @@ h5tools.lo: \ $(srcdir)/h5tools_str.h \ $(srcdir)/h5tools_utils.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h h5tools_str.lo: \ $(srcdir)/h5tools_str.c \ $(top_srcdir)/src/H5private.h \ @@ -48,6 +49,7 @@ h5tools_str.lo: \ $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(srcdir)/h5tools.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5Ipublic.h \ @@ -117,7 +119,8 @@ h5tools_utils.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h talign.lo: \ $(srcdir)/talign.c \ $(top_srcdir)/src/hdf5.h \ |