[GRASS-SVN] r42746 - in grass/trunk/raster3d: r3.in.ascii r3.info
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 9 14:01:05 EDT 2010
Author: glynn
Date: 2010-07-09 18:01:05 +0000 (Fri, 09 Jul 2010)
New Revision: 42746
Modified:
grass/trunk/raster3d/r3.in.ascii/Makefile
grass/trunk/raster3d/r3.info/Makefile
Log:
Add $(RASTERLIB) where needed (due to removal of G3d version of history interface)
Modified: grass/trunk/raster3d/r3.in.ascii/Makefile
===================================================================
--- grass/trunk/raster3d/r3.in.ascii/Makefile 2010-07-09 17:49:08 UTC (rev 42745)
+++ grass/trunk/raster3d/r3.in.ascii/Makefile 2010-07-09 18:01:05 UTC (rev 42746)
@@ -2,8 +2,8 @@
PGM=r3.in.ascii
-LIBES = $(G3DLIB) $(GISLIB)
-DEPENDENCIES = $(G3DDEP) $(GISDEP)
+LIBES = $(G3DLIB) $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(G3DDEP) $(RASTERDEP) $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
Modified: grass/trunk/raster3d/r3.info/Makefile
===================================================================
--- grass/trunk/raster3d/r3.info/Makefile 2010-07-09 17:49:08 UTC (rev 42745)
+++ grass/trunk/raster3d/r3.info/Makefile 2010-07-09 18:01:05 UTC (rev 42746)
@@ -2,8 +2,8 @@
PGM=r3.info
-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