[GRASS-SVN] r51640 - grass/trunk/raster3d/r3.out.netcdf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 16 18:09:40 EDT 2012


Author: huhabla
Date: 2012-05-16 15:09:40 -0700 (Wed, 16 May 2012)
New Revision: 51640

Modified:
   grass/trunk/raster3d/r3.out.netcdf/Makefile
Log:
Correct CFLAGS


Modified: grass/trunk/raster3d/r3.out.netcdf/Makefile
===================================================================
--- grass/trunk/raster3d/r3.out.netcdf/Makefile	2012-05-16 22:07:05 UTC (rev 51639)
+++ grass/trunk/raster3d/r3.out.netcdf/Makefile	2012-05-16 22:09:40 UTC (rev 51640)
@@ -6,7 +6,7 @@
 DEPENDENCIES = $(RASTER3DDEP) $(GISDEP) $(GPROJDEP) $(DATETIMEDEP)
 
 EXTRA_INC = $(PROJINC)
-EXTRA_CFLAGS = $(NETCDF_CFLAGS)
+EXTRA_CFLAGS = $(NETCDFCFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list