[geos-commits] r3279 - trunk/php

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 13 07:32:19 EDT 2011


Author: strk
Date: 2011-04-13 04:32:19 -0700 (Wed, 13 Apr 2011)
New Revision: 3279

Modified:
   trunk/php/Makefile.am
Log:
Fix path to CAPI includes for PHP binding

Modified: trunk/php/Makefile.am
===================================================================
--- trunk/php/Makefile.am	2011-04-13 10:44:04 UTC (rev 3278)
+++ trunk/php/Makefile.am	2011-04-13 11:32:19 UTC (rev 3279)
@@ -52,7 +52,8 @@
 geos_la_CPPFLAGS = $(AM_CPPFLAGS) \
 	`$(PHP_CONFIG) --includes` \
 	-DCOMPILE_DL_GEOS \
-	-I../capi
+	-I$(top_builddir)/capi \
+	-I$(top_srcdir)/include
 
 install: all
 	$(INSTALL) -d "$(DESTDIR)"/`$(PHP_CONFIG) --extension-dir`



More information about the geos-commits mailing list