mirror of
https://github.com/samba-team/samba.git
synced 2025-08-09 17:49:29 +03:00
s3-build: use ndr-standard in msrpc3
This avoids pulling in the symbols from the NDR_ subsystems directly. Andrew Bartlett
This commit is contained in:
@ -692,9 +692,10 @@ bld.SAMBA3_LIBRARY('nss_wins',
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('msrpc3',
|
||||
source='${LIBMSRPC_SRC}',
|
||||
deps='''ndr ndr-util NDR_SECURITY NDR_DCERPC NDR_SCHANNEL
|
||||
RPC_NDR_EPMAPPER COMMON_SCHANNEL LIBCLI_AUTH
|
||||
LIBTSOCKET KRB5_WRAP rpccommon''',
|
||||
deps='''ndr ndr-util ndr-standard
|
||||
RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH
|
||||
LIBTSOCKET KRB5_WRAP rpccommon
|
||||
LIBSMB''',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('LIBMSRPC_GEN',
|
||||
|
Reference in New Issue
Block a user