diff options
Diffstat (limited to 'tools/h5repack/Makefile.am')
-rw-r--r-- | tools/h5repack/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/Makefile.am b/tools/h5repack/Makefile.am index 701eec3..794dd43 100644 --- a/tools/h5repack/Makefile.am +++ b/tools/h5repack/Makefile.am @@ -30,6 +30,8 @@ noinst_PROGRAMS=testh5repack_detect_szip check_SCRIPTS=$(TEST_SCRIPT) check_PROGRAMS=$(TEST_PROG) +SCRIPT_DEPEND=h5repack$(EXEEXT) + # Our main target, h5repack tool bin_PROGRAMS=h5repack |