Fix building of pure C++ extensions as static

This commit is contained in:
Scott MacVicar 2011-08-09 18:12:06 +00:00
parent 1488704098
commit e34dc6c6f7

View 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`