move php extension dir under $(prefix)

Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-26 17:30:10.185000+02:00
This commit is contained in:
Frédéric Péters 2008-04-29 12:10:48 +00:00
parent 432c2a544b
commit e18356ab7b
1 changed files with 2 additions and 2 deletions

View File

@ -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@