diff options
author | Derick Rethans <derick@php.net> | 2002-10-22 12:30:32 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-22 12:30:32 +0000 |
commit | cb856e67175d0ae2d848beffadaf46f3a5eda1b2 (patch) | |
tree | a7ef0c93373a37bb5077195599ab8afb2f0fc1ad /pear/pear.m4 | |
parent | f62fc1a0efb16ad42b527bdb2f61c02752eae4fc (diff) | |
download | php-git-cb856e67175d0ae2d848beffadaf46f3a5eda1b2.tar.gz |
- Add optional targets to allow the usage of Makefile.frag for shared
extensions.
Diffstat (limited to 'pear/pear.m4')
-rw-r--r-- | pear/pear.m4 | 4 |
1 files 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" |