Makefile.am: nc4.c->dgroup.c

This commit is contained in:
Dennis Heimbigner 2011-07-15 00:47:31 +00:00
parent a7fdbb176d
commit 091ee67be0

View File

@ -22,9 +22,8 @@ dnclog.c dstring.c dutf8proc.c utf8proc_data.h
# Add functions only found in netCDF-4.
if USE_NETCDF4
libdispatch_la_SOURCES += nc4.c dvlen.c dcompound.c dtype.c denum.c \
libdispatch_la_SOURCES += dgroup.c dvlen.c dcompound.c dtype.c denum.c \
dopaque.c
# where is dgroup.c?
endif # USE_NETCDF4
# Turn on pre-processor flag when building a DLL for windows.