1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-waf: Link smbcquotas only against needed subsystems.

This commit is contained in:
Andreas Schneider 2012-01-24 16:03:02 +01:00 committed by Andreas Schneider
parent 07cc5abb01
commit ab51d6660e

View File

@ -1518,8 +1518,11 @@ bld.SAMBA3_BINARY('smbcacls',
bld.SAMBA3_BINARY('smbcquotas', bld.SAMBA3_BINARY('smbcquotas',
source=SMBCQUOTAS_SRC, source=SMBCQUOTAS_SRC,
deps='''talloc tdb_compat cap wbclient param smbd_shim libsmb KRBCLIENT deps='''
popt_samba3 pdb ndr-standard msrpc3 talloc
popt_samba3
libsmb
msrpc3
libcli_lsa3''', libcli_lsa3''',
vars=locals()) vars=locals())