summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-28 13:05:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-28 13:05:16 (GMT)
commit7d9f5ed49a560fe8801b77cce8ffb60a2ec5e846 (patch)
treefa6888b1d9100529e3afcf130599f8583fa80626 /c++
parent4578eb0fc128fc4316c9f5b5a03228586e0bc96b (diff)
parent272eb4b8bffd2ab732d268c421583587317b8dc2 (diff)
downloadhdf5-7d9f5ed49a560fe8801b77cce8ffb60a2ec5e846.zip
hdf5-7d9f5ed49a560fe8801b77cce8ffb60a2ec5e846.tar.gz
hdf5-7d9f5ed49a560fe8801b77cce8ffb60a2ec5e846.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
Diffstat (limited to 'c++')
-rw-r--r--c++/src/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am
index 5dcca4f..949325a 100644
--- a/c++/src/Makefile.am
+++ b/c++/src/Makefile.am
@@ -49,13 +49,14 @@ 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 H5FcreatProp.h H5File.h \
- H5FloatType.h H5Group.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
+ 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 \
+ H5LaccProp.h H5Library.h H5Location.h H5Object.h \
+ H5PredType.h H5PropList.h H5StrType.h H5CppDoc.h \
+ H5ArrayType.h H5VarLenType.h
# h5c++ and libhdf5.settings are generated during configure. Remove only when
# distclean.