[GRASS-SVN] r56415 - grass/trunk/vector/v.label.sa
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 25 12:43:37 PDT 2013
Author: neteler
Date: 2013-05-25 12:43:37 -0700 (Sat, 25 May 2013)
New Revision: 56415
Modified:
grass/trunk/vector/v.label.sa/Makefile
Log:
v.label.sa: DBMILIB used
Modified: grass/trunk/vector/v.label.sa/Makefile
===================================================================
--- grass/trunk/vector/v.label.sa/Makefile 2013-05-25 17:37:22 UTC (rev 56414)
+++ grass/trunk/vector/v.label.sa/Makefile 2013-05-25 19:43:37 UTC (rev 56415)
@@ -3,8 +3,8 @@
PGM = v.label.sa
-LIBES = $(DISPLAYLIB) $(VECTORLIB) $(GISLIB) $(FTLIB)
-DEPENDENCIES= $(DISPLAYDEP) $(VECTORDEP) $(GISDEP)
+LIBES = $(DISPLAYLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(FTLIB)
+DEPENDENCIES= $(DISPLAYDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC) $(FTINC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list