summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-02 16:34:05 +0200
committerRemi Collet <remi@php.net>2020-04-03 10:48:20 +0200
commite11d3b169000e44a82006b29a611afcf0c5e40b4 (patch)
treec2f5b304fcb767d73f66f4a63c1f0967044261c1 /scripts/phpize.in
parent6e1ff5f95198dc863d3aa08c5663e962f188becd (diff)
downloadphp-git-e11d3b169000e44a82006b29a611afcf0c5e40b4.tar.gz
Move gen_stub.php to build directory and install it so phpize can take care of it, and thus extension can use it as it is already in Makefile
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 04864733ae..7d9c1df14c 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -9,7 +9,8 @@ includedir="`eval echo @includedir@`/php"
builddir="`pwd`"
SED="@SED@"
-FILES_BUILD="php.m4 shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh Makefile.global"
+FILES_BUILD="php.m4 shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 \
+ config.guess config.sub ltmain.sh Makefile.global gen_stub.php"
FILES="run-tests*.php"
CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ \
config.nice configure configure.ac \