[GRASS-SVN] r72930 - grass-addons/grass7/raster/r.accumulate
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 28 23:06:27 PDT 2018
Author: hcho
Date: 2018-06-28 23:06:27 -0700 (Thu, 28 Jun 2018)
New Revision: 72930
Modified:
grass-addons/grass7/raster/r.accumulate/Makefile
Log:
r.accumulate: Add $(MATHLIB) to Makefile
Modified: grass-addons/grass7/raster/r.accumulate/Makefile
===================================================================
--- grass-addons/grass7/raster/r.accumulate/Makefile 2018-06-29 05:47:16 UTC (rev 72929)
+++ grass-addons/grass7/raster/r.accumulate/Makefile 2018-06-29 06:06:27 UTC (rev 72930)
@@ -2,7 +2,7 @@
PGM = r.accumulate
-LIBES = $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB)
+LIBES = $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list