summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-05-28 13:20:10 +0200
committerKai Blin <kai@samba.org>2010-05-28 13:20:10 +0200
commitd0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87 (patch)
tree7ff9724bead0b8ea4cfe150954ca7985298ef454 /source3/wscript_build
parent3d2c99f13b3b7f927ba3f912e8526f9e770aa34f (diff)
downloadsamba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.tar.gz
samba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.tar.bz2
samba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.zip
s3-waf: Fix the smbclient build with libcap
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 66ee90a632..770877e5d9 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -950,7 +950,7 @@ bld.SAMBA_BINARY('web/swat',
bld.SAMBA_BINARY('smbclient',
source=CLIENT_SRC,
- deps='''talloc tdb POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
+ deps='''talloc tdb cap POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG''',
vars=locals())