diff options
Diffstat (limited to 'source3')
-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 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}', |