summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-10-23 15:38:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-10-23 15:38:43 (GMT)
commit55d3172d229b29ade3899e065460c93d216d1f7c (patch)
tree51163a038d40244c88fa99b7d6edaca4f00f8fcb /src
parent751eb7610b5f2542609efd6d069eb70528e279b6 (diff)
downloadhdf5-55d3172d229b29ade3899e065460c93d216d1f7c.zip
hdf5-55d3172d229b29ade3899e065460c93d216d1f7c.tar.gz
hdf5-55d3172d229b29ade3899e065460c93d216d1f7c.tar.bz2
[svn-r22949] Purpose:
Updated CMakelists.txt to include H5FSint.c Tested on: jam
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8fab1d5..c018adb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -297,6 +297,7 @@ SET (H5HF_SRCS
${HDF5_SRC_DIR}/H5HFhdr.c
${HDF5_SRC_DIR}/H5HFhuge.c
${HDF5_SRC_DIR}/H5HFiblock.c
+ ${HDF5_SRC_DIR}/H5HFint.c
${HDF5_SRC_DIR}/H5HFiter.c
${HDF5_SRC_DIR}/H5HFman.c
${HDF5_SRC_DIR}/H5HFsection.c