diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-24 22:29:12 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:05 +1000 |
commit | 026690af0076d84947ea60a3a20d0bba972e67db (patch) | |
tree | a6d925a91289addf27dc8a47064a4a785c5a4687 /source4/auth/ntlm | |
parent | eba9a54927dc363602389adac5c6edf09909fb65 (diff) | |
download | samba-026690af0076d84947ea60a3a20d0bba972e67db.tar.gz samba-026690af0076d84947ea60a3a20d0bba972e67db.tar.bz2 samba-026690af0076d84947ea60a3a20d0bba972e67db.zip |
s4-waf: remove the need for some of the lib aliases
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index dde33c6077..4fd12cbbb9 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -40,7 +40,7 @@ bld.SAMBA_MODULE('auth_unix', source='auth_unix.c', subsystem='auth', init_function='auth_unix_init', - deps='CRYPT PAM PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' + deps='crypt pam PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' ) |