]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:waf: Fix dependencies for TORTURE_UTIL
authorAndreas Schneider <asn@samba.org>
Mon, 6 Dec 2021 17:13:58 +0000 (18:13 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Dec 2021 22:08:31 +0000 (22:08 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/wscript_build

index b6014f9c462ee832297f02733dace45557060904..d870a3ab807641666b01c5cbdf0b23cce2953e58 100644 (file)
@@ -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'
        )