From 9b704e4b9a740e233cf05233108700b4486b849c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 30 Aug 2010 14:50:15 +0200 Subject: s3-waf: fix the build after gssapi changes. Guenther --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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 -- cgit