Browse Source

find GDAL includes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46752 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 years ago
parent
commit
cf04d8c4d5
1 changed files with 2 additions and 0 deletions
  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),)