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/smb_server/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smb_server') diff --git a/source4/smb_server/wscript_build b/source4/smb_server/wscript_build index 38f50ff0db..8ea4b48b81 100644 --- a/source4/smb_server/wscript_build +++ b/source4/smb_server/wscript_build @@ -23,5 +23,5 @@ bld.SAMBA_SUBSYSTEM('SMB_SERVER', public_deps='share LIBPACKET SMB_PROTOCOL SMB2_PROTOCOL' ) -bld.BUILD_SUBDIR('smb') -bld.BUILD_SUBDIR('smb2') +bld.RECURSE('smb') +bld.RECURSE('smb2') -- cgit