diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-20 17:39:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 11:21:37 +1000 |
commit | e04bab4a19658009e53949b814a58d177966a9cd (patch) | |
tree | bb9bb8962f23590a8b1272cd5fc2cdbea37a4993 /libcli/auth/wscript_build | |
parent | e81ea8a291d1a51a1b69dfeabf686e72f284689b (diff) | |
download | samba-e04bab4a19658009e53949b814a58d177966a9cd.tar.gz samba-e04bab4a19658009e53949b814a58d177966a9cd.tar.bz2 samba-e04bab4a19658009e53949b814a58d177966a9cd.zip |
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
This will allow the GSSAPI PAC fetch code to use it.
Andrew Bartlett
Diffstat (limited to 'libcli/auth/wscript_build')
-rw-r--r-- | libcli/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index bdf52d0399..541eaf0434 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -41,4 +41,4 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE', bld.SAMBA_SUBSYSTEM('KRB5_WRAP', source='krb5_wrap.c kerberos_pac.c', - deps='krb5 ndr-krb5pac com_err') + deps='gssapi krb5 ndr-krb5pac com_err') |