mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3-waf: only link in ntsvcs client code where needed.
Guenther
This commit is contained in:
parent
50df1c6f87
commit
1a00dd4aa7
@ -83,6 +83,10 @@ LIBCLI_WINREG_SRC = '''
|
||||
librpc/gen_ndr/cli_winreg.c
|
||||
librpc/gen_ndr/ndr_winreg_c.c'''
|
||||
|
||||
LIBCLI_NTSVCS_SRC = '''
|
||||
librpc/gen_ndr/cli_ntsvcs.c
|
||||
librpc/gen_ndr/ndr_ntsvcs_c.c'''
|
||||
|
||||
LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
|
||||
${LIBNDR_GEN_SRC0}
|
||||
../librpc/gen_ndr/ndr_dfs.c
|
||||
@ -316,7 +320,6 @@ DCERPC_CLIENT_GEN_SRC = '''
|
||||
../librpc/gen_ndr/ndr_netlogon_c.c
|
||||
../librpc/gen_ndr/ndr_samr_c.c
|
||||
../librpc/gen_ndr/ndr_dssetup_c.c
|
||||
../librpc/gen_ndr/ndr_ntsvcs_c.c
|
||||
../librpc/gen_ndr/ndr_epmapper_c.c
|
||||
../librpc/gen_ndr/ndr_drsuapi_c.c'''
|
||||
|
||||
@ -330,7 +333,6 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c
|
||||
../librpc/gen_ndr/cli_netlogon.c
|
||||
../librpc/gen_ndr/cli_samr.c
|
||||
../librpc/gen_ndr/cli_dssetup.c
|
||||
../librpc/gen_ndr/cli_ntsvcs.c
|
||||
../librpc/gen_ndr/cli_epmapper.c
|
||||
../librpc/gen_ndr/cli_drsuapi.c
|
||||
${DCERPC_CLIENT_GEN_SRC}
|
||||
|
Loading…
x
Reference in New Issue
Block a user