ctdb-scripts: Move connection tracking to 10.interface
[samba4-gss.git] / source4 / lib / tls / wscript_build
blob8fe77da8489257fbbe7395a323cf7a279ef10084
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('LIBTLS',
4 source='''
5 tlscert.c
6 tls_tstream.c
7 ''',
8 public_deps='''
9 talloc
10 gnutls
11 GNUTLS_HELPERS
12 samba-hostconfig
13 LIBTSOCKET
14 tevent
15 tevent-util
16 ''')