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 --- source4/librpc/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 29fc95dcc0..ccc1eec139 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python -bld.BUILD_SUBDIR('../../librpc/idl') -bld.BUILD_SUBDIR('idl') +bld.RECURSE('../../librpc/idl') +bld.RECURSE('idl') bld.SAMBA_LIBRARY('LIBNDR', source='ndr/ndr_string.c ../../librpc/ndr/ndr_basic.c ../../librpc/ndr/uuid.c ../../librpc/ndr/ndr.c ../../librpc/ndr/ndr_misc.c ../../librpc/gen_ndr/ndr_misc.c', -- cgit