summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-02-14 12:34:01 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-02-14 16:56:29 +0100
commit9c812604995836a51693f620459f415996e00159 (patch)
treedd6f8f15509913637363be19c45db48575c80235 /source4/lib
parent19c68f80251f443016e505c5cf87f697fb552e8c (diff)
downloadsamba-9c812604995836a51693f620459f415996e00159.tar.gz
samba-9c812604995836a51693f620459f415996e00159.tar.bz2
samba-9c812604995836a51693f620459f415996e00159.zip
waf: Make sure we link against samba-util.
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
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/cmdline/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/cmdline/wscript_build b/source4/lib/cmdline/wscript_build
index 9b6f6e5895..f8df22a5a1 100644
--- a/source4/lib/cmdline/wscript_build
+++ b/source4/lib/cmdline/wscript_build
@@ -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',