summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-11-22 20:47:37 +0000
committerAndrei Zmievski <andrei@php.net>1999-11-22 20:47:37 +0000
commit103b5cb285b34cdbf7cdb4453b6794ba480e6832 (patch)
tree40a772aca0a40b4d1de284f53762316183f4e32c /buildconf
parent4da3f0cc9a083284eb78b107e90131cf5107240e (diff)
downloadphp-git-103b5cb285b34cdbf7cdb4453b6794ba480e6832.tar.gz
Don't forget the pickle.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 4c5332d41e..5b04379288 100755
--- a/buildconf
+++ b/buildconf
@@ -135,7 +135,7 @@ fi
autoheader
# find all Makefile.ams
-files="Makefile `find ext sapi regex -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
+files="Makefile `find ext sapi regex pecl -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
# suppress stupid automake warning
automake --add-missing --include-deps $automake_flags $files 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2