Skip to content

Commit 518a9f8

Browse files
committed
Fixed build extension by phpize
1 parent 40b8483 commit 518a9f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/Makefile.frag

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BUILD_FILES = \
1212
build/scan_makefile_in.awk \
1313
build/libtool.m4 \
1414
build/ax_check_compile_flag.m4 \
15+
build/ax_gcc_func_attribute.m4 \
1516
Makefile.global \
1617
acinclude.m4 \
1718
ltmain.sh \

scripts/phpize.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
99
builddir="`pwd`"
1010
SED="@SED@"
1111

12-
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4"
12+
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4"
1313
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
1414
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
1515
mkinstalldirs missing config.nice config.sub config.guess configure configure.ac \

0 commit comments

Comments
 (0)