summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-07-14 16:06:31 (GMT)
committerGitHub <noreply@github.com>2023-07-14 16:06:31 (GMT)
commit19a941fe272f16126028dd65b5acb4cedba7b235 (patch)
treebeb69246d4100a98791b6fa50f2086b79dbc30a0 /utils/Makefile.am
parent26059fc7abd51827d0e7a798fac1cfa7461db7d3 (diff)
downloadhdf5-19a941fe272f16126028dd65b5acb4cedba7b235.zip
hdf5-19a941fe272f16126028dd65b5acb4cedba7b235.tar.gz
hdf5-19a941fe272f16126028dd65b5acb4cedba7b235.tar.bz2
install h5fuse.sh in bin dir. (#3244)
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
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