waf: Make sure we link against samba-util.
authorAndreas Schneider <asn@samba.org>
Thu, 14 Feb 2013 11:34:01 +0000 (12:34 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 14 Feb 2013 15:56:29 +0000 (16:56 +0100)
libcmdline-credentials.so needs samba_getpass() from libsamba-util.so,
so we need to link against it.

Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Feb 14 16:56:29 CET 2013 on sn-devel-104

source4/lib/cmdline/wscript_build

index 9b6f6e5895eabf23403ba19dccd3b0560e24f524..f8df22a5a19534134c0eb64db0931944d9d26e07 100644 (file)
@@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('cmdline-credentials',
                   source='credentials.c',
                   autoproto='credentials.h',
                   public_deps='samba-credentials popt',
+                  deps='samba-util',
                   private_library=True)
 
 bld.SAMBA_SUBSYSTEM('POPT_SAMBA',