diff options
Diffstat (limited to 'test/Dependencies')
-rw-r--r-- | test/Dependencies | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Dependencies b/test/Dependencies index 4acacac..c6d8fdd 100644 --- a/test/Dependencies +++ b/test/Dependencies @@ -151,7 +151,8 @@ chunk.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDgass.h + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDmulti.h cmpd_dset.lo: \ $(srcdir)/cmpd_dset.c \ $(srcdir)/h5test.h \ @@ -842,7 +843,8 @@ overhead.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDgass.h + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDmulti.h ragged.lo: \ $(srcdir)/ragged.c \ $(top_srcdir)/src/hdf5.h \ |