summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-12 23:47:36 +0200
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commitf35bafe39c9aac0c156636965bffa1ebe0b39225 (patch)
tree0cda7f573e722993ec808e4f0af9c736832494e8 /source3/wscript_build
parentc33ba1f9d1a5af5a2055cc28cd859bef75fa7eba (diff)
downloadsamba-f35bafe39c9aac0c156636965bffa1ebe0b39225.tar.gz
samba-f35bafe39c9aac0c156636965bffa1ebe0b39225.tar.bz2
samba-f35bafe39c9aac0c156636965bffa1ebe0b39225.zip
s3-waf: fix linking of swat by adding cap as dependency
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 54eb3d341a..ec9d5ee902 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -927,7 +927,7 @@ bld.SAMBA_BINARY('winbindd/winbindd',
bld.SAMBA_BINARY('web/swat',
source=SWAT_SRC,
- deps='''talloc tevent DYNCONFIG LIBS LIBSMB LIBWBCLIENT PARAM
+ deps='''talloc tevent cap DYNCONFIG LIBS LIBSMB LIBWBCLIENT PARAM
LIB_NONSMBD resolv PASSDB POPT_SAMBA KRBCLIENT''',
enabled=Options.options.with_swat,
install_path='${SBINDIR}',