[GRASS-SVN] r66377 - grass-addons/grass7/vector/v.mapcalc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 29 04:06:28 PDT 2015


Author: neteler
Date: 2015-09-29 04:06:28 -0700 (Tue, 29 Sep 2015)
New Revision: 66377

Modified:
   grass-addons/grass7/vector/v.mapcalc/Makefile
Log:
v.mapcalc addon: attempt to fix Makefile

Modified: grass-addons/grass7/vector/v.mapcalc/Makefile
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/Makefile	2015-09-28 21:55:06 UTC (rev 66376)
+++ grass-addons/grass7/vector/v.mapcalc/Makefile	2015-09-29 11:06:28 UTC (rev 66377)
@@ -1,5 +1,7 @@
 MODULE_TOPDIR = ../..
 
+include $(MODULE_TOPDIR)/include/Make/Vars.make
+
 PGM = v.mapcalc
 
 LIBES = $(VECTORLIB) $(GISLIB) $(DLLIB) $(MATHLIB)



More information about the grass-commit mailing list