[GRASS-SVN] r38491 - grass/trunk/display/d.legend
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:38:41 EDT 2009
Author: neteler
Date: 2009-07-20 11:38:41 -0400 (Mon, 20 Jul 2009)
New Revision: 38491
Modified:
grass/trunk/display/d.legend/Makefile
Log:
added missing RASTERLIB
Modified: grass/trunk/display/d.legend/Makefile
===================================================================
--- grass/trunk/display/d.legend/Makefile 2009-07-20 15:38:41 UTC (rev 38490)
+++ grass/trunk/display/d.legend/Makefile 2009-07-20 15:38:41 UTC (rev 38491)
@@ -2,8 +2,8 @@
PGM = d.legend
-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