[GRASS-SVN] r46751 - grass/trunk/raster3d/r3.retile

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 22 06:24:19 EDT 2011


Author: mmetz
Date: 2011-06-22 03:24:19 -0700 (Wed, 22 Jun 2011)
New Revision: 46751

Modified:
   grass/trunk/raster3d/r3.retile/Makefile
Log:
add missing lib

Modified: grass/trunk/raster3d/r3.retile/Makefile
===================================================================
--- grass/trunk/raster3d/r3.retile/Makefile	2011-06-21 13:44:17 UTC (rev 46750)
+++ grass/trunk/raster3d/r3.retile/Makefile	2011-06-22 10:24:19 UTC (rev 46751)
@@ -2,8 +2,8 @@
 
 PGM=r3.retile
 
-LIBES = $(G3DLIB) $(GISLIB)
-DEPENDENCIES = $(G3DDEP) $(GISDEP)
+LIBES = $(G3DLIB) $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(G3DDEP) $(RASTERDEP) $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list