[GRASS-SVN] r41826 - in grass/trunk/vector: v.net.allpairs
v.net.centrality v.net.components v.net.distance v.net.flow
v.net.timetable
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 12 13:35:07 EDT 2010
Author: martinl
Date: 2010-04-12 13:35:06 -0400 (Mon, 12 Apr 2010)
New Revision: 41826
Modified:
grass/trunk/vector/v.net.allpairs/Makefile
grass/trunk/vector/v.net.centrality/Makefile
grass/trunk/vector/v.net.components/Makefile
grass/trunk/vector/v.net.distance/Makefile
grass/trunk/vector/v.net.flow/Makefile
grass/trunk/vector/v.net.timetable/Makefile
Log:
add missing s
Modified: grass/trunk/vector/v.net.allpairs/Makefile
===================================================================
--- grass/trunk/vector/v.net.allpairs/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.allpairs/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.allpairs
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB) $(GRAPHLIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/trunk/vector/v.net.centrality/Makefile
===================================================================
--- grass/trunk/vector/v.net.centrality/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.centrality/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.centrality
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB) $(GRAPHLIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/trunk/vector/v.net.components/Makefile
===================================================================
--- grass/trunk/vector/v.net.components/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.components/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.components
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/trunk/vector/v.net.distance/Makefile
===================================================================
--- grass/trunk/vector/v.net.distance/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.distance/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.distance
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB) $(GRAPHLIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/trunk/vector/v.net.flow/Makefile
===================================================================
--- grass/trunk/vector/v.net.flow/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.flow/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.flow
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/trunk/vector/v.net.timetable/Makefile
===================================================================
--- grass/trunk/vector/v.net.timetable/Makefile 2010-04-12 16:47:44 UTC (rev 41825)
+++ grass/trunk/vector/v.net.timetable/Makefile 2010-04-12 17:35:06 UTC (rev 41826)
@@ -2,8 +2,8 @@
PGM=v.net.timetable
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
-DEPENDENCIES = $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB) $(DBMILIB)
+DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list