summaryrefslogtreecommitdiff
path: root/wscript_build
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_build
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_build')
-rw-r--r--wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 954eed11061..59e0bdfa4cc 100644
--- a/wscript_build
+++ b/wscript_build
@@ -69,6 +69,8 @@ bld.RECURSE('source4/lib/cmdline')
bld.RECURSE('source4/lib/http')
if bld.CONFIG_GET('NSS_WRAPPER'):
bld.RECURSE('lib/nss_wrapper')
+if bld.CONFIG_GET('PAM_WRAPPER'):
+ bld.RECURSE('lib/pam_wrapper')
if bld.CONFIG_GET('SOCKET_WRAPPER'):
bld.RECURSE('lib/socket_wrapper')
if bld.CONFIG_GET('RESOLV_WRAPPER'):