1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/tls/wscript_build

16 lines
520 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBTLS',
source='''
tlscert.c
tls_tstream.c
''',
public_deps='''
talloc
gnutls
samba-hostconfig
LIBTSOCKET
tevent
tevent-util
''')