[GRASS-SVN] r38268 - grass-addons/grass7/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 5 15:12:27 EDT 2009
Author: martinl
Date: 2009-07-05 15:12:27 -0400 (Sun, 05 Jul 2009)
New Revision: 38268
Modified:
grass-addons/grass7/imagery/i.landsat.toar/Makefile
Log:
add missing RASTERLIB
Modified: grass-addons/grass7/imagery/i.landsat.toar/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.landsat.toar/Makefile 2009-07-05 19:11:08 UTC (rev 38267)
+++ grass-addons/grass7/imagery/i.landsat.toar/Makefile 2009-07-05 19:12:27 UTC (rev 38268)
@@ -2,8 +2,8 @@
PGM = i.landsat.toar
-LIBES = $(GISLIB)
-DEPENDENCIES = $(GISDEP)
+LIBES = $(GISLIB) $(RASTERLIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list