summaryrefslogtreecommitdiffstats
path: root/bindings/php5/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/php5/Makefile.am')
-rw-r--r--bindings/php5/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index a9fa4094..27a9ed45 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -5,10 +5,10 @@ INCLUDES = -I$(top_srcdir) \
-I$(top_builddir) \
$(SASL_CFLAGS)
-php_extensiondir=@PHP5_EXTENSION_DIR@
+php_extensiondir = ${prefix}@PHP5_UNPREFIXED_EXTENSION_DIR@
php_extension_LTLIBRARIES = lasso.la
-php_includedir=@PHP5_INCLUDE_DIR@
+php_includedir = @PHP5_INCLUDE_DIR@
nodist_php_include_DATA = lasso.php
php_configdir=@PHP5_CONFIG_DIR@