[GRASS-SVN] r47186 - grass/trunk/display/d.mon
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 20 07:23:02 EDT 2011
Author: martinl
Date: 2011-07-20 04:23:02 -0700 (Wed, 20 Jul 2011)
New Revision: 47186
Modified:
grass/trunk/display/d.mon/Makefile
Log:
d.mon: add DISPLAYDEP
Modified: grass/trunk/display/d.mon/Makefile
===================================================================
--- grass/trunk/display/d.mon/Makefile 2011-07-20 11:14:53 UTC (rev 47185)
+++ grass/trunk/display/d.mon/Makefile 2011-07-20 11:23:02 UTC (rev 47186)
@@ -2,8 +2,8 @@
PGM = d.mon
-LIBES = $(GISLIB)
-DEPENDENCIES= $(GISDEP)
+LIBES = $(DISPLAYLIB) $(GISLIB)
+DEPENDENCIES= $(DISPLAYDEP) $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list