From: Scott MacVicar Date: Tue, 9 Aug 2011 18:12:06 +0000 (+0000) Subject: Fix building of pure C++ extensions as static X-Git-Tag: php-5.4.0beta1~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8b9ed2421b4e061b54dbf1957c4e1e523178c4c;p=php Fix building of pure C++ extensions as static --- diff --git a/build/genif.sh b/build/genif.sh index 61d1f00454..14e19b7d9a 100644 --- a/build/genif.sh +++ b/build/genif.sh @@ -24,7 +24,7 @@ cd $srcdir module_ptrs="$extra_module_ptrs`echo $@ | $awk -f ./build/order_by_dep.awk`" for ext in ${1+"$@"} ; do - header_list="$header_list ext/$ext/*.h" + header_list="$header_list ext/$ext/*.h*" done includes=`$awk -f ./build/print_include.awk $header_list`