mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:waf: Reformat secrets3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
592d5a9fa1
commit
b3f39fde1a
@ -521,11 +521,18 @@ bld.SAMBA3_SUBSYSTEM('CLDAP',
|
||||
# PLEASE DO NOT make it depend on high level libraries like PDB, if you are
|
||||
# doing that your design is wrong and needs changing. -SSS
|
||||
bld.SAMBA3_LIBRARY('secrets3',
|
||||
source='''passdb/secrets.c
|
||||
source='''
|
||||
passdb/secrets.c
|
||||
passdb/machine_account_secrets.c
|
||||
passdb/machine_sid.c
|
||||
passdb/secrets_lsa.c''',
|
||||
deps='NDR_SECRETS param samba3util dbwrap',
|
||||
passdb/secrets_lsa.c
|
||||
''',
|
||||
deps='''
|
||||
NDR_SECRETS
|
||||
param
|
||||
samba3util
|
||||
dbwrap
|
||||
''',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('smbldap',
|
||||
|
Loading…
Reference in New Issue
Block a user