#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBTLS',
                    source='''
                           tlscert.c
                           tls_tstream.c
                           ''',
                    public_deps='''
                                talloc
                                gnutls
                                samba-hostconfig
                                LIBTSOCKET
                                tevent
                                tevent-util
                                ''')
