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