s4:lib/tls: split out tstream_tls_prepare_gnutls()
[samba.git] / source4 / lib / tls / wscript_build
1 #!/usr/bin/env python
2
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                                 ''')