summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r--source4/auth/ntlm/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 611d678635..1ce42e80b4 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -47,7 +47,8 @@ bld.SAMBA_MODULE('auth_unix',
bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
- source='pam_errors.c'
+ source='pam_errors.c',
+ deps='talloc'
)