[GRASS-SVN] r46752 - grass/trunk/raster/r.in.lidar
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 22 06:30:26 EDT 2011
Author: mmetz
Date: 2011-06-22 03:30:25 -0700 (Wed, 22 Jun 2011)
New Revision: 46752
Modified:
grass/trunk/raster/r.in.lidar/Makefile
Log:
find GDAL includes
Modified: grass/trunk/raster/r.in.lidar/Makefile
===================================================================
--- grass/trunk/raster/r.in.lidar/Makefile 2011-06-22 10:24:19 UTC (rev 46751)
+++ grass/trunk/raster/r.in.lidar/Makefile 2011-06-22 10:30:25 UTC (rev 46752)
@@ -5,6 +5,8 @@
LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB) $(GPROJLIB) $(LASLIBS)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+EXTRA_CFLAGS = $(GDALCFLAGS)
+
include $(MODULE_TOPDIR)/include/Make/Module.make
ifneq ($(USE_LIBLAS),)
More information about the grass-commit
mailing list