mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: list sources of smbclient directly in the definition
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f8db64ecdb
commit
fcb3d88e06
@ -461,11 +461,6 @@ LIBSMBSHAREMODES_SRC0 = 'libsmb/smb_share_modes.c'
|
||||
|
||||
LIBSMBSHAREMODES_SRC = '${LIBSMBSHAREMODES_SRC0}'
|
||||
|
||||
CLIENT_SRC = '''
|
||||
client/client.c
|
||||
client/clitar.c
|
||||
client/dnsbrowse.c'''
|
||||
|
||||
LIB_SMBCONF_SRC = 'lib/smbconf/smbconf_init.c lib/smbconf/smbconf_reg.c'
|
||||
|
||||
SMBCONFTORT_SRC0 = 'lib/smbconf/testsuite.c'
|
||||
@ -1247,7 +1242,9 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_BINARY('client/smbclient',
|
||||
source=CLIENT_SRC,
|
||||
source='''client/client.c
|
||||
client/clitar.c
|
||||
client/dnsbrowse.c''',
|
||||
deps='''
|
||||
talloc
|
||||
popt_samba3
|
||||
|
Loading…
Reference in New Issue
Block a user