diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 15:53:52 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | ca16d805bd8f33a03d67d3ed74b4d468b04874e5 (patch) | |
tree | 55f260f485b2004f2b231d1136040b89cd73bdab /source4/auth/credentials/wscript_build | |
parent | 7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (diff) | |
download | samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.gz samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.bz2 samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.zip |
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Diffstat (limited to 'source4/auth/credentials/wscript_build')
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index be004a87c6..2e962267c2 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS', source='credentials.c', autoproto='credentials_proto.h', public_headers='credentials.h', - deps='LIBCRYPTO LIBSAMBA-ERRORS libevents LIBCLI_AUTH LIBSECURITY', + deps='LIBCRYPTO LIBSAMBA-ERRORS libevents LIBCLI_AUTH libsecurity', ) bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5', |