From 3b7872f69ffa0b1cde8d14ab9122a91ee8aab7a6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 6 Jul 2004 01:16:57 +0000 Subject: r1351: add derpc spengo wrapper not yet used and not working because of bugs in the gensec spnego code metze (This used to be commit b9795ed5735ad88a2ba9608d3d8804edf77e4cd4) --- source4/librpc/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/config.m4') diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index 4df76e96be..7e0f92b3cc 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -39,6 +39,7 @@ SMB_SUBSYSTEM(LIBRPC_RAW,[], librpc/rpc/dcerpc_util.o librpc/rpc/dcerpc_schannel.o librpc/rpc/dcerpc_ntlm.o + librpc/rpc/dcerpc_spnego.o librpc/rpc/dcerpc_smb.o librpc/rpc/dcerpc_tcp.o]) -- cgit