[GRASS-SVN] r61035 - grass/trunk/general/g.mlist
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 28 14:55:18 PDT 2014
Author: hcho
Date: 2014-06-28 14:55:18 -0700 (Sat, 28 Jun 2014)
New Revision: 61035
Modified:
grass/trunk/general/g.mlist/Makefile
Log:
g.mlist: Add GDALCFLAGS to Makefile
Modified: grass/trunk/general/g.mlist/Makefile
===================================================================
--- grass/trunk/general/g.mlist/Makefile 2014-06-28 21:29:03 UTC (rev 61034)
+++ grass/trunk/general/g.mlist/Makefile 2014-06-28 21:55:18 UTC (rev 61035)
@@ -5,6 +5,7 @@
LIBES = $(MANAGELIB) $(GISLIB) $(RASTERLIB) $(RASTER3DLIB) $(VECTORLIB)
DEPENDENCIES = $(MANAGEDEP) $(GISDEP) $(RASTERDEP) $(RASTER3DDEP) $(VECTORDEP)
EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list