diff options
author | Andreas Schneider <asn@samba.org> | 2013-02-14 12:34:01 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-02-14 16:56:29 +0100 |
commit | 9c812604995836a51693f620459f415996e00159 (patch) | |
tree | dd6f8f15509913637363be19c45db48575c80235 /source4/lib | |
parent | 19c68f80251f443016e505c5cf87f697fb552e8c (diff) | |
download | samba-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_build | 1 |
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', |