From: Michael Adam Date: Wed, 12 May 2010 21:47:36 +0000 (+0200) Subject: s3-waf: fix linking of swat by adding cap as dependency X-Git-Url: http://git.samba.org/?p=abartlet%2Fsamba.git%2F.git;a=commitdiff_plain;h=f35bafe39c9aac0c156636965bffa1ebe0b39225 s3-waf: fix linking of swat by adding cap as dependency --- diff --git a/source3/wscript_build b/source3/wscript_build index 54eb3d341ae..ec9d5ee9024 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}',