summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-11-07 15:50:03 (GMT)
committerGitHub <noreply@github.com>2023-11-07 15:50:03 (GMT)
commitec695cf34f7256d7af9bbc2fcf5366da0119fcea (patch)
treefa723a5125fd0981177c8207cf582a39f2ed1430 /utils/Makefile.am
parent3c0714797196fe428e1b81f3c7b02149676c54f7 (diff)
downloadhdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.zip
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.gz
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.bz2
Renamed h5fuse.sh to h5fuse (#3834)
* provide an alternative to mapfile for older bash
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 229712e..740f5c3 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -41,6 +41,6 @@ endif
# All subdirectories
SUBDIRS=$(MIRROR_VFD_DIR) $(TESTUTIL_DIR) $(TOOLS_DIR)
-bin_SCRIPTS = subfiling_vfd/h5fuse.sh
+bin_SCRIPTS = subfiling_vfd/h5fuse
include $(top_srcdir)/config/conclude.am