From 776424e99113a3ffc6679c583093e2892304a7fd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Oct 2014 00:48:20 -0700 Subject: Add samba.ensure_third_party_module() function, loading external python modules from third_party/ if the system doesn't provide them. Signed-off-by: Jelmer Vernooij Reviewed-by: Jeremy Allison --- wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index d7dea5466ea..e74841e96a1 100644 --- a/wscript_build +++ b/wscript_build @@ -74,8 +74,7 @@ bld.RECURSE('lib/socket_wrapper') bld.RECURSE('lib/nss_wrapper') bld.RECURSE('lib/uid_wrapper') if bld.CHECK_FOR_THIRD_PARTY(): - bld.RECURSE('third_party/zlib') - bld.RECURSE('third_party/popt') + bld.RECURSE('third_party') bld.RECURSE('source4/lib/stream') bld.RECURSE('lib/afs') bld.RECURSE('lib/util') -- cgit v1.2.1