diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:59:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 22:24:06 +0000 |
commit | 9757a0c54cc6c8a6a0cb5bdec488316b969adcec (patch) | |
tree | 42be5c519060432b475a1073a9273bdc3ed55ecb /source4/auth | |
parent | 7b8549348a98fbc43917bc56244637e9a8b25c37 (diff) | |
download | samba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.tar.gz samba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.tar.bz2 samba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.zip |
s4: Rename UID_WRAPPER to uid_wrapper.
Only link to uid_wrapper when it is enabled.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index f70bebb30c..e315d93ab9 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -42,13 +42,13 @@ bld.SAMBA_MODULE('auth_unix', source='auth_unix.c', subsystem='auth', init_function='auth_unix_init', - deps='pam PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' + deps='pam PAM_ERRORS NSS_WRAPPER LIBTSOCKET' ) bld.SAMBA_SUBSYSTEM('PAM_ERRORS', source='pam_errors.c', - deps='talloc' + deps='talloc' ) |