diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-11-10 14:27:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 14:27:29 (GMT) |
commit | 9cc9107dfa34b4f28a6ed4d80ebf7e7182fe6809 (patch) | |
tree | 2b4fbe0545930ddc299c61c96f4c6534bcb96804 /src/Makefile.am | |
parent | bb6bb5716579581123ba75b0ef2f2c453f86ff69 (diff) | |
parent | 1eb43d647df6e23415820db570332bf664eea7f5 (diff) | |
download | hdf5-9cc9107dfa34b4f28a6ed4d80ebf7e7182fe6809.zip hdf5-9cc9107dfa34b4f28a6ed4d80ebf7e7182fe6809.tar.gz hdf5-9cc9107dfa34b4f28a6ed4d80ebf7e7182fe6809.tar.bz2 |
Merge pull request #77 from byrnHDF/develop
Set doxygen default to normally disabled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 99158df..40e5233 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,9 @@ include $(top_srcdir)/config/commence.am include $(top_srcdir)/config/lt_vers.am -include $(top_srcdir)/config/doxygen.am + +# include Doxygen rules (requires autoconf-archive >2016-03-20) +@DX_RULES@ # How to build H5detect for number format detection. # Use -g to force no optimization since many compilers (e.g., Intel) takes |