[GRASS-SVN] r38489 - grass/trunk/general/g.rename
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:38:41 EDT 2009
Author: neteler
Date: 2009-07-20 11:38:41 -0400 (Mon, 20 Jul 2009)
New Revision: 38489
Modified:
grass/trunk/general/g.rename/Makefile
Log:
added missing RASTERLIB
Modified: grass/trunk/general/g.rename/Makefile
===================================================================
--- grass/trunk/general/g.rename/Makefile 2009-07-20 15:38:40 UTC (rev 38488)
+++ grass/trunk/general/g.rename/Makefile 2009-07-20 15:38:41 UTC (rev 38489)
@@ -5,8 +5,8 @@
include $(MODULE_TOPDIR)/include/Make/Module.make
-LIBES = $(MANAGELIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(G3DLIB)
-DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(G3DDEP)
+LIBES = $(MANAGELIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(RASTERLIB) $(G3DLIB)
+DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(RASTERDEP) $(G3DDEP)
default: cmd
More information about the grass-commit
mailing list