diff options
author | Andreas Schneider <asn@samba.org> | 2017-03-29 15:55:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2017-04-07 10:32:13 +0200 |
commit | a46566ea5e35103bc5c349fe9a1d4af484020cf7 (patch) | |
tree | 3c38a6f1329db275f782e2e1886a906b57ef4393 /wscript_build | |
parent | 7a4e2bef182c109dec7ada62628eae525f4fe52d (diff) | |
download | samba-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_build | 2 |
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'): |