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