mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3:waf: Reformat gpo
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
093a991851
commit
39f69b9bda
@ -85,14 +85,22 @@ bld.SAMBA3_LIBRARY('msrpc3',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('gpo',
|
||||
source='''../libgpo/gpo_ldap.c
|
||||
../libgpo/gpo_ini.c
|
||||
../libgpo/gpo_util.c
|
||||
../libgpo/gpo_fetch.c
|
||||
libgpo/gpo_filesync.c
|
||||
../libgpo/gpo_sec.c
|
||||
libgpo/gpo_reg.c''',
|
||||
deps='talloc ads TOKEN_UTIL gpext auth',
|
||||
source='''
|
||||
../libgpo/gpo_ldap.c
|
||||
../libgpo/gpo_ini.c
|
||||
../libgpo/gpo_util.c
|
||||
../libgpo/gpo_fetch.c
|
||||
libgpo/gpo_filesync.c
|
||||
../libgpo/gpo_sec.c
|
||||
libgpo/gpo_reg.c
|
||||
''',
|
||||
deps='''
|
||||
talloc
|
||||
ads
|
||||
TOKEN_UTIL
|
||||
gpext
|
||||
auth
|
||||
''',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('AVAHI',
|
||||
|
Loading…
x
Reference in New Issue
Block a user