diff options
Diffstat (limited to 'tools/h5jam/Makefile.am')
-rw-r--r-- | tools/h5jam/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5jam/Makefile.am b/tools/h5jam/Makefile.am index a6bbfbb..d29ffd0 100644 --- a/tools/h5jam/Makefile.am +++ b/tools/h5jam/Makefile.am @@ -26,6 +26,7 @@ check_PROGRAMS=tellub h5jamgentest getub TEST_SCRIPT=testh5jam.sh check_SCRIPTS=$(TEST_SCRIPT) +SCRIPT_DEPEND=h5jam$(EXEEXT) h5unjam$(EXEEXT) # Link against the main HDF5 library and tools library LDADD=$(LIBH5TOOLS) $(LIBHDF5) |