diff options
author | Kai Blin <kai@samba.org> | 2010-05-28 13:20:10 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-28 13:20:10 +0200 |
commit | d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87 (patch) | |
tree | 7ff9724bead0b8ea4cfe150954ca7985298ef454 | |
parent | 3d2c99f13b3b7f927ba3f912e8526f9e770aa34f (diff) | |
download | samba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.tar.gz samba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.tar.bz2 samba-d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87.zip |
s3-waf: Fix the smbclient build with libcap
-rw-r--r-- | source3/wscript_build | 2 |
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()) |