diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-16 17:57:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-16 17:57:46 (GMT) |
commit | b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6 (patch) | |
tree | b15d7ff77e1dde6c79cbe05839ac5344168cd5ab /src/Makefile.am | |
parent | 25281fc525faf80c9bf96729d3616c2eded6e9fa (diff) | |
download | hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.zip hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.gz hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.bz2 |
[svn-r26460] HDFFV-8520: Add api to control plugins
h5committest
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 004a01b..bc94252 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,7 +114,7 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers H5FDmulti.h H5FDsec2.h H5FDstdio.h \ H5Gpublic.h H5Ipublic.h H5Lpublic.h \ H5MMpublic.h H5Opublic.h H5Ppublic.h \ - H5PLextern.h \ + H5PLextern.h H5PLpublic.h \ H5Rpublic.h H5Spublic.h \ H5Tpublic.h H5Zpublic.h |