[GRASS-SVN] r49521 - grass-addons/grass6/raster/r.stream.pos

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 4 16:01:06 EST 2011


Author: hamish
Date: 2011-12-04 13:01:06 -0800 (Sun, 04 Dec 2011)
New Revision: 49521

Modified:
   grass-addons/grass6/raster/r.stream.pos/Makefile
Log:
support for grass/Vect.h and grass/dbmi.h includes

Modified: grass-addons/grass6/raster/r.stream.pos/Makefile
===================================================================
--- grass-addons/grass6/raster/r.stream.pos/Makefile	2011-12-04 20:49:08 UTC (rev 49520)
+++ grass-addons/grass6/raster/r.stream.pos/Makefile	2011-12-04 21:01:06 UTC (rev 49521)
@@ -4,8 +4,8 @@
 
 PGM = r.stream.pos
 
-LIBES     = $(GISLIB)
-DEPENDENCIES =  $(GISDEP)
+LIBES        = $(VECTLIB) $(DBMILIB) $(GISLIB)
+DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list