From 9f215bfebd71fa7e6cd65afee61865f582a0c92a Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Fri, 20 Aug 2004 15:58:45 +0000 Subject: Modified PHP extension installation directory, now it is prefixed. --- php/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'php') 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 -- cgit