From 103b5cb285b34cdbf7cdb4453b6794ba480e6832 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 22 Nov 1999 20:47:37 +0000 Subject: [PATCH] Don't forget the pickle. --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 4c5332d41ee..5b04379288b 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