[GRASS-SVN] r46417 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 25 05:12:25 EDT 2011


Author: mmetz
Date: 2011-05-25 02:12:25 -0700 (Wed, 25 May 2011)
New Revision: 46417

Modified:
   grass/trunk/include/Make/Platform.make.in
Log:
Make system: add libLAS parameters

Modified: grass/trunk/include/Make/Platform.make.in
===================================================================
--- grass/trunk/include/Make/Platform.make.in	2011-05-25 07:47:44 UTC (rev 46416)
+++ grass/trunk/include/Make/Platform.make.in	2011-05-25 09:12:25 UTC (rev 46417)
@@ -186,6 +186,12 @@
 USE_GDAL            = @USE_GDAL@
 USE_OGR             = @USE_OGR@
 
+#LAS LiDAR through libLAS
+LASLIBS             = @LIBLAS_LIBS@
+LASCFLAGS           = @LIBLAS_CFLAGS@
+LASINC              = @LIBLAS_INC@
+USE_LIBLAS          = @USE_LIBLAS@
+
 #GEOS
 GEOSLIBS            = @GEOS_LIBS@
 GEOSCFLAGS          = @GEOS_CFLAGS@



More information about the grass-commit mailing list