浏览代码

find GDAL includes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46752 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父节点
当前提交
cf04d8c4d5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      raster/r.in.lidar/Makefile

+ 2 - 0
raster/r.in.lidar/Makefile

@@ -5,6 +5,8 @@ PGM = r.in.lidar
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB) $(GPROJLIB) $(LASLIBS)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 
+EXTRA_CFLAGS = $(GDALCFLAGS)
+
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
 ifneq ($(USE_LIBLAS),)