[GRASS-SVN] r46272 - grass/trunk/vector/v.lidar.growing

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 14 09:13:22 EDT 2011


Author: mmetz
Date: 2011-05-14 06:13:22 -0700 (Sat, 14 May 2011)
New Revision: 46272

Modified:
   grass/trunk/vector/v.lidar.growing/Makefile
Log:
lidarlib uses segmentlib

Modified: grass/trunk/vector/v.lidar.growing/Makefile
===================================================================
--- grass/trunk/vector/v.lidar.growing/Makefile	2011-05-14 13:12:59 UTC (rev 46271)
+++ grass/trunk/vector/v.lidar.growing/Makefile	2011-05-14 13:13:22 UTC (rev 46272)
@@ -2,8 +2,8 @@
 
 PGM = v.lidar.growing
 
-LIBES = $(GMATHLIB) $(VECTORLIB) $(DBMILIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(GMATHDEP) $(VECTORDEP) $(DBMIDEP) $(RASTERDEP) $(GISDEP)
+LIBES = $(GMATHLIB) $(VECTORLIB) $(DBMILIB) $(RASTERLIB) $(SEGMENTLIB) $(GISLIB)
+DEPENDENCIES = $(GMATHDEP) $(VECTORDEP) $(DBMIDEP) $(RASTERDEP) $(SEGMENTDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 



More information about the grass-commit mailing list