From a46566ea5e35103bc5c349fe9a1d4af484020cf7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Mar 2017 15:55:53 +0200 Subject: lib: Add pam_wrapper 1.0.3 Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript_build') 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'): -- cgit v1.2.1