diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-21 18:24:31 +0200 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:51 +0300 |
commit | 0a6e568344adb66e5f20ce61f106d791886fcb35 (patch) | |
tree | 06cb665b5b9139243ce8059a7bedb29f7ae11503 /source3 | |
parent | c1444c3839573793c24244da8572e6c8468c927f (diff) | |
download | samba-0a6e568344adb66e5f20ce61f106d791886fcb35.tar.gz samba-0a6e568344adb66e5f20ce61f106d791886fcb35.tar.bz2 samba-0a6e568344adb66e5f20ce61f106d791886fcb35.zip |
krb5samba: Add smb_gss_oid_equal wrapper.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 81e72646fe..e289252417 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -645,6 +645,7 @@ LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \ librpc/crypto/gse_krb5.o \ librpc/crypto/gse.o \ ../auth/kerberos/gssapi_pac.o \ + ../lib/krb5_wrap/gss_samba.o \ librpc/rpc/rpc_common.o \ rpc_client/rpc_transport_np.o \ rpc_client/rpc_transport_sock.o \ |