diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-07 17:04:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 17:04:50 (GMT) |
commit | e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4 (patch) | |
tree | c4be64c5af7cecc74e70c9911dc536bb3e046563 /Makefile.am | |
parent | 65da430c1129f03db2db70350ca7348bd6f1be76 (diff) | |
download | hdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.zip hdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.tar.gz hdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.tar.bz2 |
Minor normalization w/ develop (#3073)
Mostly bin directory
* bin/release uses sha256
* bin/h5vers whitespace changes
* bin/genparser warning fixes + HL changes
* Add bin directory for make distclean
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 |