From 2c9f420d75ac0a231b84c2d85e9470bb595d6daf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 2 Sep 2010 17:50:21 -0400 Subject: s3-dcerpc: move client spnego stuff in /librpc/crypto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 8820af14f2..405fba4a0d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -595,7 +595,7 @@ LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \ rpc_client/cli_pipe.o \ librpc/crypto/gse_krb5.o \ librpc/crypto/gse.o \ - librpc/rpc/dcerpc_spnego.o \ + librpc/crypto/cli_spnego.o \ librpc/rpc/rpc_common.o \ rpc_client/rpc_transport_np.o \ rpc_client/rpc_transport_sock.o \ -- cgit