diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-02 05:25:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 05:25:25 (GMT) |
commit | ad8c26e9f7a14dd4c0548ff692994566ecb9a6e4 (patch) | |
tree | 48d97ba10b6045714b21b243e602d11a482de3a5 /Makefile.am | |
parent | 07e94155a7d456d663fe19a38851556117b5e315 (diff) | |
download | hdf5-ad8c26e9f7a14dd4c0548ff692994566ecb9a6e4.zip hdf5-ad8c26e9f7a14dd4c0548ff692994566ecb9a6e4.tar.gz hdf5-ad8c26e9f7a14dd4c0548ff692994566ecb9a6e4.tar.bz2 |
Add bin directory to make distclean (#2872)
This allows h5cc to be cleaned up
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72d4959..0f2a247 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,7 @@ endif SUBDIRS = src $(TESTSERIAL_DIR) $(TESTPARALLEL_DIR) bin $(TOOLS_DIR) utils . \ $(CXX_DIR) $(FORTRAN_DIR) $(JAVA_DIR) $(HDF5_HL_DIR) -DIST_SUBDIRS = src test testpar tools utils . c++ fortran hl examples java +DIST_SUBDIRS = src test testpar bin tools utils . c++ fortran hl examples java # Some files generated during configure that should be cleaned DISTCLEANFILES=config/stamp1 config/stamp2 |