]> granicus.if.org Git - php/commitdiff
Fix building of pure C++ extensions as static
authorScott MacVicar <scottmac@php.net>
Tue, 9 Aug 2011 18:12:06 +0000 (18:12 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 9 Aug 2011 18:12:06 +0000 (18:12 +0000)
build/genif.sh

index 61d1f00454889bb65ae6b4d16e6289833c5f6c76..14e19b7d9a4669cdf672e3e2e8ec0036b836f9f7 100644 (file)
@@ -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`