[Liblas-commits] r1031 - trunk/test/unit

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Feb 16 21:51:11 EST 2009


Author: hobu
Date: Mon Feb 16 21:51:10 2009
New Revision: 1031
URL: http://liblas.org/changeset/1031

Log:
add geotiff and gdal info to test automake stuff

Modified:
   trunk/test/unit/Makefile.am

Modified: trunk/test/unit/Makefile.am
==============================================================================
--- trunk/test/unit/Makefile.am	(original)
+++ trunk/test/unit/Makefile.am	Mon Feb 16 21:51:10 2009
@@ -1,3 +1,14 @@
+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) $(GDAL_CPPFLAGS) -I../include -I../include/detail
+
+
 INCLUDES = -I. -I../../include
 
 TESTS = liblas_test


More information about the Liblas-commits mailing list