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 /nsswitch/wscript_build | |
parent | 7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (diff) | |
download | samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.gz |
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 22525371869..e367cc726ca 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -16,7 +16,7 @@ bld.SAMBA_BINARY('nsstest', bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA libwinbind-client LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ LIBSECURITY LIBNDR NDR_SECURITY' + deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA libwinbind-client LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ libsecurity LIBNDR NDR_SECURITY' ) bld.SAMBA_LIBRARY('nss_winbind', |