summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
commit669b89ba0defe95e8948cb4917ed071d74932749 (patch)
treefc1289f0cc40d20775b4b137ad5247ada07c8b46 /src/Makefile.am
parent3889eeb5c86376fa677d48c8156584435f5cea66 (diff)
downloadhdf5-669b89ba0defe95e8948cb4917ed071d74932749.zip
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.gz
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.bz2
Split H5VLdaosm.h into public and private headers, to remove the need
for the application to include daos.h. Fix bugs in examples.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index deff08f..79850ae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -135,7 +135,7 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers
H5FDmulti.h H5FDsec2.h H5FDstdio.h \
H5FFpublic.h \
H5VLpublic.h H5VLnative.h \
- H5VLdaosm.h \
+ H5VLdaosm_public.h \
H5Gpublic.h H5Ipublic.h H5Lpublic.h \
H5MMpublic.h H5Opublic.h H5Ppublic.h \
H5PLextern.h H5PLpublic.h \