mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-waf: Fix client/smbclient dependencies.
This commit is contained in:
parent
1334ed723e
commit
c09c288f7c
@ -501,10 +501,10 @@ LIBNETAPI_SRC0 = '''lib/netapi/netapi.c
|
||||
|
||||
LIBNETAPI_SRC = '''${LIBNETAPI_SRC0}'''
|
||||
|
||||
CLIENT_SRC1 = '''client/client.c client/clitar.c
|
||||
client/dnsbrowse.c'''
|
||||
|
||||
CLIENT_SRC = '''${CLIENT_SRC1}'''
|
||||
CLIENT_SRC = '''
|
||||
client/client.c
|
||||
client/clitar.c
|
||||
client/dnsbrowse.c'''
|
||||
|
||||
LIB_SMBCONF_SRC = 'lib/smbconf/smbconf_init.c lib/smbconf/smbconf_reg.c'
|
||||
|
||||
@ -1263,10 +1263,10 @@ bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3,
|
||||
param
|
||||
ndr-standard
|
||||
SMBREADLINE
|
||||
smbclient
|
||||
libsmb
|
||||
msrpc3
|
||||
RPC_NDR_SRVSVC
|
||||
cli_smb_common''',
|
||||
vars=locals())
|
||||
cli_smb_common''')
|
||||
|
||||
bld.SAMBA3_BINARY('net',
|
||||
source=NET_SRC,
|
||||
|
Loading…
Reference in New Issue
Block a user