diff options
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 |