[GRASS-SVN] r46797 - grass/trunk/raster/r.in.lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 27 06:17:40 EDT 2011


Author: mmetz
Date: 2011-06-27 03:17:39 -0700 (Mon, 27 Jun 2011)
New Revision: 46797

Modified:
   grass/trunk/raster/r.in.lidar/Makefile
Log:
add include paths

Modified: grass/trunk/raster/r.in.lidar/Makefile
===================================================================
--- grass/trunk/raster/r.in.lidar/Makefile	2011-06-27 07:51:37 UTC (rev 46796)
+++ grass/trunk/raster/r.in.lidar/Makefile	2011-06-27 10:17:39 UTC (rev 46797)
@@ -5,6 +5,7 @@
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB) $(GPROJLIB) $(LASLIBS)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 
+EXTRA_INC = $(PROJINC) $(LASINC)
 EXTRA_CFLAGS = $(GDALCFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make



More information about the grass-commit mailing list