s3-waf: fix the build after gssapi changes.
authorGünther Deschner <gd@samba.org>
Mon, 30 Aug 2010 12:50:15 +0000 (14:50 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 30 Aug 2010 12:50:52 +0000 (14:50 +0200)
Guenther

source3/wscript_build

index 2387d1564db64da7fda559025eacabd804e86eeb..fee1a21554a9eff20bbd677344cf223fd3f945c7 100644 (file)
@@ -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