summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-20 15:58:45 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-20 15:58:45 +0000
commit9f215bfebd71fa7e6cd65afee61865f582a0c92a (patch)
treef4c91066fcf78d25c41ba58aca594100ee7726b7 /php
parentc78190ac7ef16bf9371d35858c879587906c87b6 (diff)
downloadlasso-9f215bfebd71fa7e6cd65afee61865f582a0c92a.tar.gz
lasso-9f215bfebd71fa7e6cd65afee61865f582a0c92a.tar.xz
lasso-9f215bfebd71fa7e6cd65afee61865f582a0c92a.zip
Modified PHP extension installation directory, now it is prefixed.
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 42b89216..637c26eb 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -22,8 +22,7 @@ LASSOSOURCES = \
lib_LTLIBRARIES = lasso.la
-prefix=@PHP_PREFIX@
-libdir=@PHP_EXTENSION_DIR@
+libdir=${prefix}@PHP_UNPREFIXED_EXTENSION_DIR@
lasso_la_SOURCES = $(LASSOSOURCES)
lasso_la_LIBADD = $(mylibs) $(LASSO_LIBS) ./environs/libenvirons.a ./xml/libxml.a