summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
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'):