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 --- librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/wscript_build') diff --git a/librpc/wscript_build b/librpc/wscript_build index 1fee208397..8846a6a8e4 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -1,4 +1,4 @@ #!/usr/bin/env python -bld.BUILD_SUBDIR('idl') +bld.RECURSE('idl') -- cgit