summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-24 13:40:47 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-24 13:40:47 (GMT)
commite2a1ddd8149548b1b4ee35b0e973ded8c82e9a47 (patch)
tree5f3c54ac349400a2757cd6200ba6e8c1f3c3df9b
parent98308480f6fbb97d9a273334db714c4c967fd6c9 (diff)
parent9838a1a08f946417d6d361b8b2c86307288cc50d (diff)
downloadhdf5-e2a1ddd8149548b1b4ee35b0e973ded8c82e9a47.zip
hdf5-e2a1ddd8149548b1b4ee35b0e973ded8c82e9a47.tar.gz
hdf5-e2a1ddd8149548b1b4ee35b0e973ded8c82e9a47.tar.bz2
Merge pull request #1148 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '9838a1a08f946417d6d361b8b2c86307288cc50d': Add missing '\' in the middle of the public headers list in Makefile.am.
-rw-r--r--c++/src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am
index ca42211..949325a 100644
--- a/c++/src/Makefile.am
+++ b/c++/src/Makefile.am
@@ -49,11 +49,11 @@ libhdf5_cpp_la_LIBADD=$(LIBHDF5)
# Public headers
include_HEADERS=H5Cpp.h H5AbstractDs.h H5AtomType.h \
H5Attribute.h H5Classes.h H5CommonFG.h H5CompType.h \
- H5DataSet.h H5DataSpace.h H5DataType.h H5OcreatProp.h \
- H5DaccProp.h H5DcreatProp.h
- H5DxferProp.h H5EnumType.h H5Exception.h H5FaccProp.h \
+ H5DataSet.h H5DataSpace.h H5DataType.h H5OcreatProp.h \
+ H5DaccProp.h H5DcreatProp.h \
+ H5DxferProp.h H5EnumType.h H5Exception.h H5FaccProp.h \
H5FcreatProp.h H5File.h H5FloatType.h H5Group.h \
- H5IdComponent.h H5Include.h H5IntType.h H5LcreatProp.h \
+ H5IdComponent.h H5Include.h H5IntType.h H5LcreatProp.h \
H5LaccProp.h H5Library.h H5Location.h H5Object.h \
H5PredType.h H5PropList.h H5StrType.h H5CppDoc.h \
H5ArrayType.h H5VarLenType.h