diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 02:05:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:48:44 +0000 |
commit | 4217734a51adbcdf3dcf45599e119247958802af (patch) | |
tree | dbec7964637a7679f896c92ad4a763a1abd5c84a /source4/auth/ntlm | |
parent | e28cec7817f17d31e054c021f39f13685c55eee9 (diff) | |
download | samba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz samba-4217734a51adbcdf3dcf45599e119247958802af.tar.xz samba-4217734a51adbcdf3dcf45599e119247958802af.zip |
credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
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 4538ba4a3ad..3dc9b970547 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -57,7 +57,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS', bld.SAMBA_LIBRARY('auth', source='auth.c auth_util.c auth_simple.c', autoproto='auth_proto.h', - deps='samba-util security samdb CREDENTIALS UTIL_TEVENT', + deps='samba-util security samdb credentials UTIL_TEVENT', private_library=True ) |