summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-06-02 11:28:54 +0200
committerKai Blin <kai@samba.org>2010-06-02 11:30:52 +0200
commit7747575ef485a4d8cfe2fe9ada18b5b009074a0f (patch)
treedc5593956eb6ab8f422d7618bf700aa4f49b9501 /source3/wscript_build
parent6331d7f90d411f18b760f6525a4534a3c663445f (diff)
downloadsamba-7747575ef485a4d8cfe2fe9ada18b5b009074a0f.tar.gz
samba-7747575ef485a4d8cfe2fe9ada18b5b009074a0f.tar.bz2
samba-7747575ef485a4d8cfe2fe9ada18b5b009074a0f.zip
s3-waf: Fix up smbclient dependencies
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 406f911acd..ab61d80d95 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -782,8 +782,7 @@ CLIENT_SRC1 = '''client/client.c client/clitar.c ${RPC_CLIENT_SRC}
../librpc/rpc/binding.c client/dnsbrowse.c
${RPC_CLIENT_SRC1} ${RPC_PARSE_SRC2}'''
-CLIENT_SRC = '''${CLIENT_SRC1} ${PARAM_SRC}
- ${KRBCLIENT_SRC} ${LIBMSRPC_GEN_SRC}
+CLIENT_SRC = '''${CLIENT_SRC1} ${LIBMSRPC_GEN_SRC}
${READLINE_SRC} ${DISPLAY_SEC_SRC}'''
@@ -959,7 +958,7 @@ bld.SAMBA_BINARY('web/swat',
bld.SAMBA_BINARY('smbclient',
source=CLIENT_SRC,
deps='''talloc tdb cap POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
- PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG''',
+ PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG PARAM KRBCLIENT''',
vars=locals())
bld.SAMBA_BINARY('wbinfo',