mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_SUBSYSTEM('LIBTLS',
|
||
|
source='''
|
||
|
tlscert.c
|
||
|
tls_tstream.c
|
||
|
''',
|
||
|
public_deps='''
|
||
|
talloc
|
||
|
gnutls
|
||
|
samba-hostconfig
|
||
|
LIBTSOCKET
|
||
|
tevent
|
||
|
tevent-util
|
||
|
''')
|