[GRASS-SVN] r46271 - grass/trunk/vector/v.lidar.edgedetection

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 14 09:12:59 EDT 2011


Author: mmetz
Date: 2011-05-14 06:12:59 -0700 (Sat, 14 May 2011)
New Revision: 46271

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

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



More information about the grass-commit mailing list