From: Andreas Schneider Date: Mon, 6 Dec 2021 17:13:58 +0000 (+0100) Subject: s4:waf: Fix dependencies for TORTURE_UTIL X-Git-Tag: tdb-1.4.6~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93619962020968bbfe7967f88b8814cff3ce5510;p=thirdparty%2Fsamba.git s4:waf: Fix dependencies for TORTURE_UTIL Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index b6014f9c462..d870a3ab807 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -6,7 +6,7 @@ samba_net = bld.pyembed_libname('samba-net') bld.SAMBA_SUBSYSTEM('TORTURE_UTIL', source='util_smb.c', public_deps='torture', - deps='smbclient-raw CMDLINE_S4' + deps='smbclient-raw CMDLINE_S4 CREDENTIALS_KRB5' )