[GRASS-SVN] r51324 - in grass-addons/grass7/raster: r.stream.order r.stream.segment r.stream.snap

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 9 14:54:41 EDT 2012


Author: neteler
Date: 2012-04-09 11:54:41 -0700 (Mon, 09 Apr 2012)
New Revision: 51324

Modified:
   grass-addons/grass7/raster/r.stream.order/Makefile
   grass-addons/grass7/raster/r.stream.segment/Makefile
   grass-addons/grass7/raster/r.stream.snap/Makefile
Log:
compilation error fix

Modified: grass-addons/grass7/raster/r.stream.order/Makefile
===================================================================
--- grass-addons/grass7/raster/r.stream.order/Makefile	2012-04-09 18:54:18 UTC (rev 51323)
+++ grass-addons/grass7/raster/r.stream.order/Makefile	2012-04-09 18:54:41 UTC (rev 51324)
@@ -2,8 +2,8 @@
 
 PGM = r.stream.order
 
-LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTLIB) $(DBMILIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTDEP) $(DBMIDEP)
+LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTORLIB) $(DBMILIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTORDEP) $(DBMIDEP)
 
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)

Modified: grass-addons/grass7/raster/r.stream.segment/Makefile
===================================================================
--- grass-addons/grass7/raster/r.stream.segment/Makefile	2012-04-09 18:54:18 UTC (rev 51323)
+++ grass-addons/grass7/raster/r.stream.segment/Makefile	2012-04-09 18:54:41 UTC (rev 51324)
@@ -2,8 +2,8 @@
 
 PGM = r.stream.segment
 
-LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTLIB) $(DBMILIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTDEP) $(DBMIDEP)
+LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTORLIB) $(DBMILIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTORDEP) $(DBMIDEP)
 
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)

Modified: grass-addons/grass7/raster/r.stream.snap/Makefile
===================================================================
--- grass-addons/grass7/raster/r.stream.snap/Makefile	2012-04-09 18:54:18 UTC (rev 51323)
+++ grass-addons/grass7/raster/r.stream.snap/Makefile	2012-04-09 18:54:41 UTC (rev 51324)
@@ -2,8 +2,8 @@
 
 PGM = r.stream.snap
 
-LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTLIB) $(DBMILIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTDEP) $(DBMIDEP)
+LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTORLIB) $(DBMILIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTORDEP) $(DBMIDEP)
 
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)



More information about the grass-commit mailing list