From 091ee67be02bb0398377bc187a77234d30d25038 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Fri, 15 Jul 2011 00:47:31 +0000 Subject: [PATCH] Makefile.am: nc4.c->dgroup.c --- libdispatch/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libdispatch/Makefile.am b/libdispatch/Makefile.am index a930744f9..df2d30a3c 100755 --- a/libdispatch/Makefile.am +++ b/libdispatch/Makefile.am @@ -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.