diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-04 20:25:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-04 20:25:43 (GMT) |
commit | bdf3620e62d575f8ce7a408f08375974ca07656f (patch) | |
tree | dcc722cee313856db9ba53aafe006a98e731949a /tools/h5diff | |
parent | ab28d2c820e88b3cf6d13b5ebac96d7e69203d8d (diff) | |
download | hdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.zip hdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.tar.gz hdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.tar.bz2 |
[svn-r6962] Purpose:
Code cleanup
Description:
Update dependencies and tracing information
Platforms tested:
h5committested
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/Dependencies | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies index 2e02c20..7b2680d 100644 --- a/tools/h5diff/Dependencies +++ b/tools/h5diff/Dependencies @@ -37,7 +37,10 @@ h5diff.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/h5trav.h + $(srcdir)/h5trav.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h h5trav.lo: \ $(srcdir)/h5trav.c \ $(top_srcdir)/src/hdf5.h \ @@ -113,4 +116,7 @@ h5difftst.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h |