[GRASS-SVN] r70828 - grass-addons/grass7/vector/v.in.redwg

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 3 00:32:27 PDT 2017


Author: hcho
Date: 2017-04-03 00:32:27 -0700 (Mon, 03 Apr 2017)
New Revision: 70828

Modified:
   grass-addons/grass7/vector/v.in.redwg/Makefile
Log:
v.in.redwg: Fix vector dependencies

Modified: grass-addons/grass7/vector/v.in.redwg/Makefile
===================================================================
--- grass-addons/grass7/vector/v.in.redwg/Makefile	2017-04-03 07:24:21 UTC (rev 70827)
+++ grass-addons/grass7/vector/v.in.redwg/Makefile	2017-04-03 07:32:27 UTC (rev 70828)
@@ -7,8 +7,8 @@
 #LIBREDWGLIBPATH=-L/usr/local/lib
 #LIBREDWGINCPATH=-I/usr/local/include
 
-DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)
-LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB) $(LIBREDWGLIBPATH) $(LIBREDWGLIB)
+DEPENDENCIES = $(VECTORDEP) $(DBMIDEP) $(GISDEP)
+LIBES     = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(LIBREDWGLIBPATH) $(LIBREDWGLIB)
 EXTRA_INC = $(VECT_INC) $(LIBREDWGINCPATH)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 



More information about the grass-commit mailing list