From da0e0efe876fdc5e1fe96d1e3a88541006770ff0 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 28 May 2010 12:58:23 +0200 Subject: [PATCH] s3-waf: Fix the build of swat with --enable-cups --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index c45f62ba5d8..66ee90a6324 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -943,7 +943,7 @@ bld.SAMBA_BINARY('winbindd/winbindd', bld.SAMBA_BINARY('web/swat', source=SWAT_SRC, deps='''talloc tevent cap DYNCONFIG LIBS LIBSMB LIBWBCLIENT PARAM - LIB_NONSMBD resolv PASSDB POPT_SAMBA KRBCLIENT''', + LIB_NONSMBD resolv PASSDB POPT_SAMBA KRBCLIENT cups''', enabled=bld.env.build_swat, install_path='${SBINDIR}', vars=locals()) -- 2.11.4.GIT