summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-11-23 11:44:26 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-04-29 23:31:11 +0200
commitfecbc81c600bb5d6796a06e3f2d98229e748b387 (patch)
tree4a9087914c083b124df1ee32fdb21190c0ab0689 /wscript
parent41f03493ec6377bd7b6430c36d7b5d01b924e48b (diff)
downloadsamba-fecbc81c600bb5d6796a06e3f2d98229e748b387.tar.gz
waf: Create kerberos_implementation.py for provisioning
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 57b87850896..2a886e6dd48 100644
--- a/wscript
+++ b/wscript
@@ -210,6 +210,7 @@ def configure(conf):
conf.RECURSE('source3')
conf.RECURSE('lib/texpect')
+ conf.RECURSE('python')
if conf.env.with_ctdb:
conf.RECURSE('ctdb')
conf.RECURSE('lib/socket')