summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-10-19 16:56:18 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-10-19 16:56:18 (GMT)
commit751eb7610b5f2542609efd6d069eb70528e279b6 (patch)
tree4c5f0f7f5163e57e9fc0b31403ede5b63ee4b2bc /src
parentb624395cca176d28a89ad91b84fa19d5e7d36c55 (diff)
downloadhdf5-751eb7610b5f2542609efd6d069eb70528e279b6.zip
hdf5-751eb7610b5f2542609efd6d069eb70528e279b6.tar.gz
hdf5-751eb7610b5f2542609efd6d069eb70528e279b6.tar.bz2
[svn-r22928] 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 996bfa3..8fab1d5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -250,6 +250,7 @@ SET (H5FS_SRCS
${HDF5_SRC_DIR}/H5FS.c
${HDF5_SRC_DIR}/H5FScache.c
${HDF5_SRC_DIR}/H5FSdbg.c
+ ${HDF5_SRC_DIR}/H5FSint.c
${HDF5_SRC_DIR}/H5FSsection.c
${HDF5_SRC_DIR}/H5FSstat.c
${HDF5_SRC_DIR}/H5FStest.c