1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-waf: fix the build after gssapi changes.

Guenther
This commit is contained in:
Günther Deschner 2010-08-30 14:50:15 +02:00
parent 9697687e25
commit 9b704e4b9a

View 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