summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:26 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:26 +0000
commit551c64328416f881d2cddb4598752e6b5c4dcc67 (patch)
tree7e0a185733ef60e9a5f991aa2feb91655d480e0d /bindings/php5
parentaf6235e90a1bd1240291cf6d37c604dbf53d1cc1 (diff)
downloadlasso-551c64328416f881d2cddb4598752e6b5c4dcc67.tar.gz
lasso-551c64328416f881d2cddb4598752e6b5c4dcc67.tar.xz
lasso-551c64328416f881d2cddb4598752e6b5c4dcc67.zip
fix INCLUDES var, put top_builddir first
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index 27a9ed45..acaafb9b 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -1,8 +1,9 @@
SUBDIRS = examples
if PHP5_ENABLED
-INCLUDES = -I$(top_srcdir) \
+INCLUDES = \
-I$(top_builddir) \
+ -I$(top_srcdir) \
$(SASL_CFLAGS)
php_extensiondir = ${prefix}@PHP5_UNPREFIXED_EXTENSION_DIR@