summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-11-15 22:01:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-11-15 22:01:23 (GMT)
commitb76bae4cf11ff2bfdaf8aa0cafecdca70f328581 (patch)
treedd05c9fabf43d28ec8d651f3a723f8be9007c359
parent1106e6316295c9f03d50e82fb0b30b8db030f4eb (diff)
parent0e8f97161d07c3b203b45936deb87c6945e39c26 (diff)
downloadhdf5-b76bae4cf11ff2bfdaf8aa0cafecdca70f328581.zip
hdf5-b76bae4cf11ff2bfdaf8aa0cafecdca70f328581.tar.gz
hdf5-b76bae4cf11ff2bfdaf8aa0cafecdca70f328581.tar.bz2
Merge pull request #2041 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '0e8f97161d07c3b203b45936deb87c6945e39c26': Correct file extension
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 544859f..8530c7e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -176,7 +176,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