diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-15 22:00:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-15 22:00:39 (GMT) |
commit | 3593b3d201dd6eac4a71e67db02a54959d9a169e (patch) | |
tree | ce16688dd450f402202d30f9ed24d5418c2f4fa3 | |
parent | 07b59c0b63041f1be964aee2a27f5c748c29d688 (diff) | |
parent | c2fd059704e9232a3d3221ddd0c84803256baec2 (diff) | |
download | hdf5-3593b3d201dd6eac4a71e67db02a54959d9a169e.zip hdf5-3593b3d201dd6eac4a71e67db02a54959d9a169e.tar.gz hdf5-3593b3d201dd6eac4a71e67db02a54959d9a169e.tar.bz2 |
Merge pull request #2042 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
* commit 'c2fd059704e9232a3d3221ddd0c84803256baec2':
Correct file extension
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9bb73a9..c794c1a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -254,7 +254,7 @@ set (H5FD_HDRS ${HDF5_SRC_DIR}/H5FDmulti.h ${HDF5_SRC_DIR}/H5FDpublic.h ${HDF5_SRC_DIR}/H5FDros3.h - ${HDF5_SRC_DIR}/H5FDs3comms.c + ${HDF5_SRC_DIR}/H5FDs3comms.h ${HDF5_SRC_DIR}/H5FDsec2.h ${HDF5_SRC_DIR}/H5FDstdio.h ${HDF5_SRC_DIR}/H5FDwindows.h |