From 553324bc1022635e05a683c4bec5135d845f6fea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Apr 2010 13:08:05 +1000 Subject: s4-waf: move to a universal method of recursing into subdirs This works with both standalone lib builds and bundled builds --- pidl/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl') diff --git a/pidl/wscript b/pidl/wscript index e4b044418a..f8d12c1c07 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -20,7 +20,7 @@ def configure(conf): def build(bld): bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755) - bld.BUILD_SUBDIR('lib') + bld.RECURSE('lib') if not bld.CONFIG_SET('HAVE_PERL_MAKEMAKER'): return -- cgit