summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build9
1 files changed, 3 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4982b3b878..cee120cf8f 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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