diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-05-02 21:06:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 21:06:16 (GMT) |
commit | 271b0fbb8c7525c9e33fddc53a1d594352a4b569 (patch) | |
tree | bae9fafe6061f3dba6a2ca8dc640e65b69b91ac7 /Makefile.am | |
parent | 6eb021b68a8b46bbc89844713f014e6ba729ca7d (diff) | |
download | hdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.zip hdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.tar.gz hdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.tar.bz2 |
Sync 2 new develop prs to hdf5_1_14 (#2879)
* Add bin directory to make distclean (#2872)
This allows h5cc to be cleaned up
* Fixed test failure for when REAL is promoted via a compiler flag (#2873)
---------
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
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 |