summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-07 02:04:34 (GMT)
committerGitHub <noreply@github.com>2021-06-07 02:04:34 (GMT)
commit62ddef9758585ec5556b7ff2465ecae75013322d (patch)
tree2e70b6ed39539c609ad3aab41d1f69db4cf9854b /src/Makefile.am
parent9ebe55b34c4d45db6b47d6cd0ee01efa20d0c31d (diff)
downloadhdf5-62ddef9758585ec5556b7ff2465ecae75013322d.zip
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.gz
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.bz2
Includes hdf5dev.h in hdf5.h (#728)
* Includes hdf5dev.h in hdf5.h * Removes hdf5dev.h * Restores H5PLextern.h as an independent header * H5PLextern.h missed in the null VOL connector
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce29217..ce6e3b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -156,8 +156,8 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers
H5Zpublic.h
# Public component author headers
-include_HEADERS += hdf5dev.h H5ESdevelop.h H5FDdevelop.h H5Idevelop.h \
- H5Ldevelop.h H5Tdevelop.h H5TSdevelop.h H5Zdevelop.h
+include_HEADERS += H5ESdevelop.h H5FDdevelop.h H5Idevelop.h H5Ldevelop.h \
+ H5Tdevelop.h H5TSdevelop.h H5Zdevelop.h
# install libhdf5.settings in lib directory
settingsdir=$(libdir)