[GRASS-SVN] r50761 - grass/trunk/vector/v.vect.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 11 06:36:54 EST 2012
Author: martinl
Date: 2012-02-11 03:36:54 -0800 (Sat, 11 Feb 2012)
New Revision: 50761
Modified:
grass/trunk/vector/v.vect.stats/Makefile
Log:
v.vect.stats: add missing DBMILIB in Makefile
Modified: grass/trunk/vector/v.vect.stats/Makefile
===================================================================
--- grass/trunk/vector/v.vect.stats/Makefile 2012-02-10 22:00:47 UTC (rev 50760)
+++ grass/trunk/vector/v.vect.stats/Makefile 2012-02-11 11:36:54 UTC (rev 50761)
@@ -3,8 +3,8 @@
PGM=v.vect.stats
-LIBES = $(VECTORLIB) $(STATSLIB) $(GISLIB)
-DEPENDENCIES= $(VECTORDEP) $(STATSDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(STATSLIB) $(DBMILIB) $(GISLIB)
+DEPENDENCIES= $(VECTORDEP) $(STATSDEP) $(DBMIDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list