diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
commit | 98f01e2df2b407bfae2cd24fe4f03e184712eb75 (patch) | |
tree | f1981909055143f84c94799354d3d2a266c30c0f /tools/lib | |
parent | 9a433b99a56dc575f1c0b11f95b744de61859dbb (diff) | |
download | hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.zip hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.gz hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.bz2 |
[svn-r6255] Purpose:
Code cleanup
Description:
Clean up a few more warnings and update dependencies.
Platforms tested:
Linux 2.2.18smp (eirene) serial & 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 73fd2a4..5f00ae0 100644 --- a/tools/lib/Dependencies +++ b/tools/lib/Dependencies @@ -39,13 +39,15 @@ h5tools.lo: \ $(top_srcdir)/src/H5FDstream.h \ $(srcdir)/h5tools_str.h \ $(srcdir)/h5tools_utils.h \ - $(top_srcdir)/src/H5private.h + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h h5tools_str.lo: \ $(srcdir)/h5tools_str.c \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5MPprivate.h \ $(srcdir)/h5tools.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5Ipublic.h \ @@ -114,7 +116,8 @@ h5tools_utils.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/src/H5private.h + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h talign.lo: \ $(srcdir)/talign.c \ $(top_srcdir)/src/hdf5.h \ |