From 88ebfc6dcd1e6d97b928a97a9f046350cd80f89b Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 19 Sep 2012 10:52:12 -0500 Subject: [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) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v0.12