[GRASS-SVN] r55639 - grass/trunk/vector/v.in.region

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 5 06:46:35 PDT 2013


Author: neteler
Date: 2013-04-05 06:46:34 -0700 (Fri, 05 Apr 2013)
New Revision: 55639

Modified:
   grass/trunk/vector/v.in.region/Makefile
Log:
v.in.region: add missing RASTERLIB, trac #1918

Modified: grass/trunk/vector/v.in.region/Makefile
===================================================================
--- grass/trunk/vector/v.in.region/Makefile	2013-04-05 08:49:06 UTC (rev 55638)
+++ grass/trunk/vector/v.in.region/Makefile	2013-04-05 13:46:34 UTC (rev 55639)
@@ -5,10 +5,8 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
-
-LIBES = $(VECTORLIB) $(GISLIB)
-
+LIBES = $(VECTORLIB) $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(VECTORDEP) $(RASTERDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 



More information about the grass-commit mailing list