summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-12 10:51:38 +0100
committerStefan Metzmacher <metze@samba.org>2016-07-22 16:03:27 +0200
commit81190f910a3bd8083d963c0d983a1a3fd20f91ed (patch)
tree74dab90095fe7e78f6f9852538bb909581d9980c /wscript
parentb66ff2f47b374b4a2fd76567ef2aa89c680b2255 (diff)
downloadsamba-81190f910a3bd8083d963c0d983a1a3fd20f91ed.tar.gz
s4:dsdb/samdb: add configure checks for libgpgme
This will be used to store the cleartext utf16 password GPG encrypted as 'Primary:SambaGPG' in the supplementalCredentials attribute. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index ff4bceec7b3..77aacef65e4 100644
--- a/wscript
+++ b/wscript
@@ -39,6 +39,7 @@ def set_options(opt):
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')
opt.RECURSE('lib/util')
@@ -152,6 +153,7 @@ def configure(conf):
if conf.CONFIG_GET('KRB5_VENDOR') in (None, 'heimdal'):
conf.RECURSE('source4/heimdal_build')
conf.RECURSE('source4/lib/tls')
+ conf.RECURSE('source4/dsdb/samdb/ldb_modules')
conf.RECURSE('source4/ntvfs/sysdep')
conf.RECURSE('lib/util')
conf.RECURSE('lib/util/charset')