summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-03-29 15:55:53 +0200
committerStefan Metzmacher <metze@samba.org>2017-04-07 10:32:13 +0200
commita46566ea5e35103bc5c349fe9a1d4af484020cf7 (patch)
tree3c38a6f1329db275f782e2e1886a906b57ef4393 /wscript
parent7a4e2bef182c109dec7ada62628eae525f4fe52d (diff)
downloadsamba-a46566ea5e35103bc5c349fe9a1d4af484020cf7.tar.gz
lib: Add pam_wrapper 1.0.3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index ba6269722cc..3e4a0cdb6d4 100644
--- a/wscript
+++ b/wscript
@@ -173,6 +173,7 @@ def configure(conf):
conf.RECURSE('selftest')
if conf.CONFIG_GET('ENABLE_SELFTEST'):
conf.RECURSE('lib/nss_wrapper')
+ conf.RECURSE('lib/pam_wrapper')
conf.RECURSE('lib/resolv_wrapper')
conf.RECURSE('lib/socket_wrapper')
conf.RECURSE('lib/uid_wrapper')