1
0
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:
Derick Rethans
2002-10-22 12:30:32 +00:00
parent f62fc1a0ef
commit cb856e6717
+2 -2
View File
@@ -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"