[GRASS-SVN] r38482 - grass/trunk/general/g.region
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:38:38 EDT 2009
Author: neteler
Date: 2009-07-20 11:38:38 -0400 (Mon, 20 Jul 2009)
New Revision: 38482
Modified:
grass/trunk/general/g.region/Makefile
Log:
added missing RASTERLIB
Modified: grass/trunk/general/g.region/Makefile
===================================================================
--- grass/trunk/general/g.region/Makefile 2009-07-20 15:38:38 UTC (rev 38481)
+++ grass/trunk/general/g.region/Makefile 2009-07-20 15:38:38 UTC (rev 38482)
@@ -2,8 +2,8 @@
PGM = g.region
-LIBES = $(VECTLIB) $(G3DLIB) $(GPROJLIB) $(GISLIB) $(DATETIMELIB)
-DEPENDENCIES = $(VECTDEP) $(G3DDEP) $(GPROJDEP) $(GISDEP) $(DATETIMEDEP)
+LIBES = $(VECTLIB) $(G3DLIB) $(GPROJLIB) $(GISLIB) $(RASTERLIB) $(DATETIMELIB)
+DEPENDENCIES = $(VECTDEP) $(G3DDEP) $(GPROJDEP) $(GISDEP) $(RASTERDEP) $(DATETIMEDEP)
EXTRA_INC = $(VECT_INC) $(PROJINC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list