diff --git a/buildconf b/buildconf index 39c3800e1b6..ba3980dfdac 100755 --- a/buildconf +++ b/buildconf @@ -140,7 +140,7 @@ fi autoheader # find all Makefile.ams -files=`find . -name Makefile.am | sed 's#\.am##' | tr '\n' ' '` +files="Makefile `find ext sapi regex -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