diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-07-14 16:06:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 16:06:31 (GMT) |
commit | 19a941fe272f16126028dd65b5acb4cedba7b235 (patch) | |
tree | beb69246d4100a98791b6fa50f2086b79dbc30a0 /utils | |
parent | 26059fc7abd51827d0e7a798fac1cfa7461db7d3 (diff) | |
download | hdf5-19a941fe272f16126028dd65b5acb4cedba7b235.zip hdf5-19a941fe272f16126028dd65b5acb4cedba7b235.tar.gz hdf5-19a941fe272f16126028dd65b5acb4cedba7b235.tar.bz2 |
install h5fuse.sh in bin dir. (#3244)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index cd63db4..229712e 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -41,4 +41,6 @@ endif # All subdirectories SUBDIRS=$(MIRROR_VFD_DIR) $(TESTUTIL_DIR) $(TOOLS_DIR) +bin_SCRIPTS = subfiling_vfd/h5fuse.sh + include $(top_srcdir)/config/conclude.am |