[Liblas-commits] r1018 - trunk/src

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Feb 11 23:23:30 EST 2009


Author: hobu
Date: Wed Feb 11 23:23:30 2009
New Revision: 1018
URL: http://liblas.org/changeset/1018

Log:
GDAL define support for src/

Modified:
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Wed Feb 11 23:23:30 2009
@@ -1,11 +1,15 @@
 
 SUBDIRS = .
 
+if GDAL_IS_CONFIG
+GDAL_CPPFLAGS = @GDAL_INC@ -DHAVE_GDAL=1
+endif
+
 if GEOTIFF_IS_CONFIG
 GEOTIFF_CPPFLAGS = @GEOTIFF_INC@ -DHAVE_LIBGEOTIFF=1
 endif
 
-AM_CPPFLAGS = $(GEOTIFF_CPPFLAGS) -I../include -I../include/detail
+AM_CPPFLAGS = $(GEOTIFF_CPPFLAGS) $(GDAL_CPPFLAGS) -I../include -I../include/detail
 
 lib_LTLIBRARIES = liblas.la
 


More information about the Liblas-commits mailing list