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