]> granicus.if.org Git - php/commitdiff
Don't forget the pickle.
authorAndrei Zmievski <andrei@php.net>
Mon, 22 Nov 1999 20:47:37 +0000 (20:47 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 22 Nov 1999 20:47:37 +0000 (20:47 +0000)
buildconf

index 4c5332d41eea960a3d10921155b02be0df6c35a6..5b04379288bb9dfca64b7b4eea12f668bccae86b 100755 (executable)
--- 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