mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
build: list sources of libcli_netlogon3 library directly in the definition
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -3,8 +3,6 @@
|
|||||||
from samba_utils import *
|
from samba_utils import *
|
||||||
import samba_version, samba3
|
import samba_version, samba3
|
||||||
|
|
||||||
LIBCLI_NETLOGON_SRC = 'rpc_client/cli_netlogon.c rpc_client/util_netlogon.c'
|
|
||||||
|
|
||||||
# this includes only the low level parse code, not stuff
|
# this includes only the low level parse code, not stuff
|
||||||
# that requires knowledge of security contexts
|
# that requires knowledge of security contexts
|
||||||
REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
|
REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
|
||||||
@ -999,7 +997,7 @@ bld.SAMBA3_LIBRARY('libcli_lsa3',
|
|||||||
private_library=True)
|
private_library=True)
|
||||||
|
|
||||||
bld.SAMBA3_LIBRARY('libcli_netlogon3',
|
bld.SAMBA3_LIBRARY('libcli_netlogon3',
|
||||||
source=LIBCLI_NETLOGON_SRC,
|
source='rpc_client/cli_netlogon.c rpc_client/util_netlogon.c',
|
||||||
deps='RPC_NDR_NETLOGON INIT_NETLOGON cliauth param',
|
deps='RPC_NDR_NETLOGON INIT_NETLOGON cliauth param',
|
||||||
private_library=True)
|
private_library=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user