diff options
Diffstat (limited to 'tools/h5diff/Dependencies')
-rw-r--r-- | tools/h5diff/Dependencies | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies index 10ba364..e862d18 100644 --- a/tools/h5diff/Dependencies +++ b/tools/h5diff/Dependencies @@ -35,9 +35,10 @@ h5diff.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h -h5difftst.lo: \ - $(srcdir)/h5difftst.c \ + $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/h5trav.h +h5trav.lo: \ + $(srcdir)/h5trav.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ @@ -70,4 +71,5 @@ 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 \ + $(srcdir)/h5trav.h |