summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-30 14:50:15 +0200
committerGünther Deschner <gd@samba.org>2010-08-30 14:50:52 +0200
commit9b704e4b9a740e233cf05233108700b4486b849c (patch)
tree413f6ca9db3b419485bce45c3f23e904db47924a /source3/wscript_build
parent9697687e25c6b7ed53e32f8fc804c483e0221a2f (diff)
downloadsamba-9b704e4b9a740e233cf05233108700b4486b849c.tar.gz
samba-9b704e4b9a740e233cf05233108700b4486b849c.tar.bz2
samba-9b704e4b9a740e233cf05233108700b4486b849c.zip
s3-waf: fix the build after gssapi changes.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 2387d1564d..fee1a21554 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -354,6 +354,7 @@ LIBMSRPC_SRC = '''
rpc_client/cli_pipe.c
librpc/rpc/rpc_common.c
librpc/rpc/dcerpc_gssapi.c
+ librpc/rpc/dcerpc_krb5.c
librpc/rpc/dcerpc_spnego.c
rpc_client/rpc_transport_np.c
rpc_client/rpc_transport_sock.c
@@ -589,7 +590,7 @@ AUTH_NETLOGOND_SRC = 'auth/auth_netlogond.c'
AUTH_STATIC = ''
AUTH_SRC = '''${AUTH_STATIC} auth/auth.c auth/auth_util.c auth/token_util.c
auth/auth_compat.c auth/auth_ntlmssp.c auth/user_info.c auth/check_samsec.c
- auth/user_util.c auth/server_info.c auth/server_info_sam.c
+ auth/user_util.c auth/user_krb5.c auth/server_info.c auth/server_info_sam.c
${PLAINTEXT_AUTH_SRC} ${SLCACHE_SRC} ${DCUTIL_SRC}'''
#FIXME: set IDMAP_STATIC during configuration