From 1fa3c9a3cca704d9b647daa002e896f58f42d6e4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 10 Oct 2018 14:34:24 +0200 Subject: waf: Remove configure steps from source4/lib/tls Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') 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') -- cgit v1.2.1