summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-28 09:55:55 +1100
committerStefan Metzmacher <metze@samba.org>2012-01-18 16:23:21 +0100
commitcbd8231e342b1af8194e72fa3bd21fd91691cd1f (patch)
tree2784983d917b572159632bdebbe84554813b2353 /source3/Makefile.in
parent43092ccf266b93b71bca98cc0324dbc1644a092a (diff)
downloadsamba-cbd8231e342b1af8194e72fa3bd21fd91691cd1f.tar.gz
samba-cbd8231e342b1af8194e72fa3bd21fd91691cd1f.tar.bz2
samba-cbd8231e342b1af8194e72fa3bd21fd91691cd1f.zip
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 <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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 \