summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-09-19 15:52:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-09-19 15:52:12 (GMT)
commit88ebfc6dcd1e6d97b928a97a9f046350cd80f89b (patch)
tree5ba5358a4b5e76031e4c3c3d3caae4be65269f5b
parent2ada9c86283f3d42ce7d45f9efe613c4160171e6 (diff)
downloadhdf5-88ebfc6dcd1e6d97b928a97a9f046350cd80f89b.zip
hdf5-88ebfc6dcd1e6d97b928a97a9f046350cd80f89b.tar.gz
hdf5-88ebfc6dcd1e6d97b928a97a9f046350cd80f89b.tar.bz2
[svn-r22790] Purpose:
Add flush dependencies to the fixed array code. Description: Updated CMakeLists.txt for new H5FAint.c file. Tested: jam (there is an existing flush/refresh test error)
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6c2940eb..996bfa3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -186,6 +186,7 @@ SET (H5FA_SRCS
${HDF5_SRC_DIR}/H5FAdblock.c
${HDF5_SRC_DIR}/H5FAdblkpage.c
${HDF5_SRC_DIR}/H5FAhdr.c
+ ${HDF5_SRC_DIR}/H5FAint.c
${HDF5_SRC_DIR}/H5FAstat.c
${HDF5_SRC_DIR}/H5FAtest.c
)