blob: 7980a633574b8972e990cb0847590db761ed0ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBTLS',
source='''
tlscert.c
tls_tstream.c
''',
public_deps='''
talloc
gnutls
samba-hostconfig
LIBTSOCKET
tevent
tevent-util
''')
|