diff options
Diffstat (limited to 'tools/h5jam/Dependencies')
-rw-r--r-- | tools/h5jam/Dependencies | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5jam/Dependencies b/tools/h5jam/Dependencies index be3a92b..833fa1f 100644 --- a/tools/h5jam/Dependencies +++ b/tools/h5jam/Dependencies @@ -40,6 +40,9 @@ h5jam.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/tools/lib/h5tools_utils.h h5unjam.lo: \ $(top_srcdir)/tools/h5jam/h5unjam.c \ @@ -80,4 +83,7 @@ h5unjam.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/tools/lib/h5tools_utils.h |