mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
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
This commit is contained in:
parent
19c68f8025
commit
9c81260499
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user