summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-10-10 14:34:24 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-04-30 23:18:27 +0000
commit1fa3c9a3cca704d9b647daa002e896f58f42d6e4 (patch)
tree8ca0d5cbad4a17f5c0d3d269b82a64f0e4ae6ed4 /wscript
parentb63bf2956e244c8a1ab38e99beddebbeae44c186 (diff)
downloadsamba-1fa3c9a3cca704d9b647daa002e896f58f42d6e4.tar.gz
waf: Remove configure steps from source4/lib/tls
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index 558b7754c28..0557fa7070e 100644
--- a/wscript
+++ b/wscript
@@ -40,7 +40,6 @@ def options(opt):
opt.RECURSE('packaging')
opt.RECURSE('lib/ldb')
opt.RECURSE('selftest')
- opt.RECURSE('source4/lib/tls')
opt.RECURSE('source4/dsdb/samdb/ldb_modules')
opt.RECURSE('pidl')
opt.RECURSE('source3')
@@ -253,7 +252,6 @@ def configure(conf):
conf.PROCESS_SEPARATE_RULE('system_gnutls')
- conf.RECURSE('source4/lib/tls')
conf.RECURSE('source4/dsdb/samdb/ldb_modules')
conf.RECURSE('source4/ntvfs/sysdep')
conf.RECURSE('lib/util')