mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3-waf: fix the build after auth changes.
Andrews, please check. Guenther
This commit is contained in:
parent
7de21e6294
commit
7a558ea27c
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('auth_sam_reply',
|
||||
source='auth_sam_reply.c',
|
||||
deps='talloc',
|
||||
|
@ -26,7 +26,8 @@ bld.SAMBA_SUBSYSTEM('rpc',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('RPC_NCACN_NP',
|
||||
source='rpc_ncacn_np.c rpc_handles.c')
|
||||
source='rpc_ncacn_np.c rpc_handles.c',
|
||||
deps='auth_sam_reply')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('RPC_SERVICE',
|
||||
source='rpc_server.c')
|
||||
@ -113,4 +114,4 @@ bld.SAMBA_SUBSYSTEM('RPC_SERVER',
|
||||
RPC_DSSETUP RPC_WKSSVC RPC_SVCCTL RPC_NTSVCS
|
||||
RPC_NETLOGON RPC_NETDFS RPC_SRVSVC RPC_SPOOLSS
|
||||
RPC_EVENTLOG RPC_RPCECHO RPC_SERVER RPC_EPMAPPER
|
||||
RPC_SERVER_REGISTER''')
|
||||
RPC_SERVER_REGISTER NDR_NAMED_PIPE_AUTH''')
|
||||
|
@ -1403,6 +1403,7 @@ bld.INSTALL_FILES('${SWATDIR}', swat_files, base_name='../swat')
|
||||
|
||||
########################## INCLUDES #################################
|
||||
|
||||
bld.RECURSE('../auth')
|
||||
bld.RECURSE('../lib/addns')
|
||||
bld.RECURSE('../lib/async_req')
|
||||
bld.RECURSE('../libcli/auth')
|
||||
|
Loading…
Reference in New Issue
Block a user