VERSION: Disable GIT_SNAPSHOT for the Samba 4.18.0rc1 release.
[Samba.git] / source4 / lib / tls / wscript_build
blob7980a633574b8972e990cb0847590db761ed0ae8
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 samba-hostconfig
12 LIBTSOCKET
13 tevent
14 tevent-util
15 ''')