[GRASS-SVN] r38493 - grass/trunk/display/d.rast.arrow
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:38:42 EDT 2009
Author: neteler
Date: 2009-07-20 11:38:41 -0400 (Mon, 20 Jul 2009)
New Revision: 38493
Modified:
grass/trunk/display/d.rast.arrow/Makefile
Log:
added missing RASTERLIB
Modified: grass/trunk/display/d.rast.arrow/Makefile
===================================================================
--- grass/trunk/display/d.rast.arrow/Makefile 2009-07-20 15:38:41 UTC (rev 38492)
+++ grass/trunk/display/d.rast.arrow/Makefile 2009-07-20 15:38:41 UTC (rev 38493)
@@ -2,8 +2,8 @@
PGM = d.rast.arrow
-LIBES = $(DISPLAYLIB) $(GISLIB)
-DEPENDENCIES= $(DISPLAYDEP) $(GISDEP)
+LIBES = $(DISPLAYLIB) $(GISLIB) $(RASTERLIB)
+DEPENDENCIES= $(DISPLAYDEP) $(GISDEP) $(RASTERDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list