[GRASS-SVN] r43904 - grass/trunk/raster/r.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 14 03:59:20 EDT 2010
Author: mmetz
Date: 2010-10-14 00:59:19 -0700 (Thu, 14 Oct 2010)
New Revision: 43904
Modified:
grass/trunk/raster/r.univar/Makefile
Log:
r3.univar needs RASTERLIB
Modified: grass/trunk/raster/r.univar/Makefile
===================================================================
--- grass/trunk/raster/r.univar/Makefile 2010-10-14 06:54:25 UTC (rev 43903)
+++ grass/trunk/raster/r.univar/Makefile 2010-10-14 07:59:19 UTC (rev 43904)
@@ -2,7 +2,7 @@
MODULE_TOPDIR = ../..
LIBES2 = $(RASTERLIB) $(GISLIB) $(MATHLIB)
-LIBES3 = $(G3DLIB) $(GISLIB) $(MATHLIB)
+LIBES3 = $(G3DLIB) $(RASTERLIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(G3DDEP) $(GISDEP) $(RASTERDEP)
PROGRAMS = r.univar r3.univar
More information about the grass-commit
mailing list