diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-24 13:39:16 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-24 13:39:16 (GMT) |
commit | f5551a9602c0b07569cb4eabe1cc98474f158d1a (patch) | |
tree | b6094b80477d43953deb259c2aa15da999ef9fc1 /c++ | |
parent | 3c6a39858fef9e7207cd7c3e3057267ec380be0b (diff) | |
download | hdf5-f5551a9602c0b07569cb4eabe1cc98474f158d1a.zip hdf5-f5551a9602c0b07569cb4eabe1cc98474f158d1a.tar.gz hdf5-f5551a9602c0b07569cb4eabe1cc98474f158d1a.tar.bz2 |
Fixed missing backslash
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am index ca42211..5dcca4f 100644 --- a/c++/src/Makefile.am +++ b/c++/src/Makefile.am @@ -50,13 +50,12 @@ libhdf5_cpp_la_LIBADD=$(LIBHDF5) 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 + 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. |