[GRASS-SVN] r32864 - grass/trunk/general/g.mapset

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 18 16:18:15 EDT 2008


Author: glynn
Date: 2008-08-18 16:18:15 -0400 (Mon, 18 Aug 2008)
New Revision: 32864

Modified:
   grass/trunk/general/g.mapset/Makefile
Log:
g.mapset doesn't require raster, display libraries


Modified: grass/trunk/general/g.mapset/Makefile
===================================================================
--- grass/trunk/general/g.mapset/Makefile	2008-08-18 18:56:07 UTC (rev 32863)
+++ grass/trunk/general/g.mapset/Makefile	2008-08-18 20:18:15 UTC (rev 32864)
@@ -2,8 +2,8 @@
 
 PGM = g.mapset
 
-LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)
+LIBES        = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list