From cb856e67175d0ae2d848beffadaf46f3a5eda1b2 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 22 Oct 2002 12:30:32 +0000 Subject: [PATCH] - Add optional targets to allow the usage of Makefile.frag for shared extensions. --- pear/pear.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/pear.m4 b/pear/pear.m4 index 1a3cdec894..130d080372 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -72,8 +72,8 @@ enable_shared=yes AC_PROG_LIBTOOL AC_PROG_AWK -all_targets='$(PHP_MODULES)' -install_targets=install-modules +all_targets='$(PHP_MODULES) all-optional' +install_targets='install-modules install-optional' phplibdir="`pwd`/modules" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H" -- 2.50.1