]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: util_cmdline depends on cli_credentials
authorVolker Lendecke <vl@samba.org>
Fri, 6 Dec 2019 12:49:55 +0000 (13:49 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 8 Dec 2019 20:24:31 +0000 (20:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/wscript_build

index a2f52c0f455355087fb3ca210d64f077d6659247..e9b16798c871564ed892ff807a87325b5e9fdf73 100644 (file)
@@ -279,7 +279,7 @@ bld.SAMBA3_LIBRARY('popt_samba3_cmdline',
 
 bld.SAMBA3_LIBRARY('util_cmdline',
                    source='lib/util_cmdline.c',
-                   deps='secrets3',
+                   deps='secrets3 samba-credentials',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('cmdline_contexts',