mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: list source of subsys LIBNET directly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f95e31f345
commit
05c6040028
@ -3,9 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
LIBNET_SRC = 'libnet/libnet_join.c'
|
||||
|
||||
|
||||
LIBNET_DSSYNC_SRC = '''libnet/libnet_dssync.c
|
||||
libnet/libnet_dssync_passdb.c
|
||||
libnet/libnet_dssync_keytab.c'''
|
||||
@ -795,9 +792,8 @@ bld.SAMBA3_SUBSYSTEM('FNAME_UTIL',
|
||||
deps='samba-util')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('LIBNET',
|
||||
source=LIBNET_SRC,
|
||||
deps='NDR_LIBNET_JOIN INIT_SAMR net_keytab pdb',
|
||||
vars=locals())
|
||||
source='libnet/libnet_join.c',
|
||||
deps='NDR_LIBNET_JOIN INIT_SAMR net_keytab pdb')
|
||||
|
||||
bld.SAMBA3_LIBRARY('net_keytab',
|
||||
source='libnet/libnet_keytab.c',
|
||||
|
Loading…
Reference in New Issue
Block a user