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/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 69d24e6261..966f65c65f 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.BUILD_SUBDIR('samdb/ldb_modules') +bld.RECURSE('samdb/ldb_modules') bld.SAMBA_SUBSYSTEM('SAMDB', source='samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c', -- cgit