[GRASS-SVN] r72903 - grass-addons/grass7/raster/r.accumulate

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 25 06:20:34 PDT 2018


Author: hcho
Date: 2018-06-25 06:20:34 -0700 (Mon, 25 Jun 2018)
New Revision: 72903

Modified:
   grass-addons/grass7/raster/r.accumulate/Makefile
Log:
r.accumulate: Add EXTRA_INC, EXTRA_CFLAGS

Modified: grass-addons/grass7/raster/r.accumulate/Makefile
===================================================================
--- grass-addons/grass7/raster/r.accumulate/Makefile	2018-06-25 13:05:06 UTC (rev 72902)
+++ grass-addons/grass7/raster/r.accumulate/Makefile	2018-06-25 13:20:34 UTC (rev 72903)
@@ -4,6 +4,8 @@
 
 LIBES = $(GISLIB) $(RASTERLIB) $(VECTORLIB)
 DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(VECTORDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list