[svn-r29742] Description:

Add missing source file for single chunk index.

Tested on:
    Windows (via daily testing
This commit is contained in:
Quincey Koziol 2016-04-19 09:18:30 -05:00
parent f7aff7d5cf
commit c02c88f874

View File

@ -120,6 +120,7 @@ set (H5D_SRCS
${HDF5_SRC_DIR}/H5Doh.c
${HDF5_SRC_DIR}/H5Dscatgath.c
${HDF5_SRC_DIR}/H5Dselect.c
${HDF5_SRC_DIR}/H5Dsingle.c
${HDF5_SRC_DIR}/H5Dtest.c
${HDF5_SRC_DIR}/H5Dvirtual.c
)