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