summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-04-16 17:07:05 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-04-17 16:17:35 +0200
commitc09c288f7c239ec0d73091061d417e1562825c64 (patch)
treeb206f9831a7135f28443fa64f5cf2c8a00f21421
parent1334ed723edc5d746f355a836b3bc52ba85cda4b (diff)
downloadsamba-c09c288f7c239ec0d73091061d417e1562825c64.tar.gz
samba-c09c288f7c239ec0d73091061d417e1562825c64.tar.bz2
samba-c09c288f7c239ec0d73091061d417e1562825c64.zip
s3-waf: Fix client/smbclient dependencies.
-rwxr-xr-xsource3/wscript_build14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index d68dd5cdb2..f6f1436e7f 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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,