From cf2d104750aa126cc4c35d78ce1058bbcf4a1e14 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 13 Jul 2023 16:17:47 -0500 Subject: [PATCH] install h5fuse.sh in bin dir. --- utils/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Makefile.am b/utils/Makefile.am index cd63db4a652..229712e6aaf 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