[GRASS-SVN] r49523 - grass-addons/grass6/raster/r.stream.pos
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 4 16:05:20 EST 2011
Author: hamish
Date: 2011-12-04 13:05:20 -0800 (Sun, 04 Dec 2011)
New Revision: 49523
Modified:
grass-addons/grass6/raster/r.stream.pos/Makefile
Log:
more vector lib support flags
Modified: grass-addons/grass6/raster/r.stream.pos/Makefile
===================================================================
--- grass-addons/grass6/raster/r.stream.pos/Makefile 2011-12-04 21:04:08 UTC (rev 49522)
+++ grass-addons/grass6/raster/r.stream.pos/Makefile 2011-12-04 21:05:20 UTC (rev 49523)
@@ -7,6 +7,9 @@
LIBES = $(VECTLIB) $(DBMILIB) $(GISLIB)
DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
+
include $(MODULE_TOPDIR)/include/Make/Module.make
default: cmd
More information about the grass-commit
mailing list