From cbd8231e342b1af8194e72fa3bd21fd91691cd1f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Dec 2011 09:55:55 +1100 Subject: s3-gse: Add gensec wrapper for gse GSSAPI client This brings in part of the s4 gensec_gssapi as the boilerplate for the new module. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index f2d8942753..318067ff02 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -631,6 +631,7 @@ LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \ librpc/crypto/gse_krb5.o \ librpc/crypto/gse.o \ ../auth/kerberos/gssapi_pac.o \ + ../auth/kerberos/gssapi_parse.o \ librpc/crypto/cli_spnego.o \ librpc/rpc/rpc_common.o \ rpc_client/rpc_transport_np.o \ -- cgit