split nc4var.c

This commit is contained in:
Ed Hartnett 2018-07-19 07:05:55 -06:00
parent 7fdf22f2a7
commit bdca4313c4
3 changed files with 10 additions and 1028 deletions

View File

@ -7,7 +7,7 @@
# The source files for the HDF5 dispatch layer.
SET(libnchdf5_SOURCES nc4hdf.c nc4info.c hdf5file.c hdf5attr.c
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c)
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5var.c)
# Build the HDF4 dispatch layer as a library that will be included in
# the netCDF library.

View File

@ -14,7 +14,7 @@ noinst_LTLIBRARIES = libnchdf5.la
# The source files.
libnchdf5_la_SOURCES = nc4hdf.c nc4info.c hdf5file.c hdf5attr.c \
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5var.c
# Package this for cmake build.
EXTRA_DIST = CMakeLists.txt

File diff suppressed because it is too large Load Diff