mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
- Add optional targets to allow the usage of Makefile.frag for shared
extensions.
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user