From 0a6e568344adb66e5f20ce61f106d791886fcb35 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 May 2012 18:24:31 +0200 Subject: krb5samba: Add smb_gss_oid_equal wrapper. Signed-off-by: Andreas Schneider --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 \ -- cgit