[GRASS-SVN] r51340 - grass-addons/grass7/raster/r.stream.channel

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 9 16:13:40 EDT 2012


Author: mmetz
Date: 2012-04-09 13:13:40 -0700 (Mon, 09 Apr 2012)
New Revision: 51340

Modified:
   grass-addons/grass7/raster/r.stream.channel/Makefile
Log:
fix Makefile

Modified: grass-addons/grass7/raster/r.stream.channel/Makefile
===================================================================
--- grass-addons/grass7/raster/r.stream.channel/Makefile	2012-04-09 20:11:51 UTC (rev 51339)
+++ grass-addons/grass7/raster/r.stream.channel/Makefile	2012-04-09 20:13:40 UTC (rev 51340)
@@ -1,13 +1,10 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 PGM = r.stream.channel
 
-LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB) $(VECTLIB) $(DBMILIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTDEP) $(DBMIDEP)
+LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP)
 
-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