From b8b9ed2421b4e061b54dbf1957c4e1e523178c4c Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Tue, 9 Aug 2011 18:12:06 +0000 Subject: [PATCH] Fix building of pure C++ extensions as static --- build/genif.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.40.0