r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works now
[bbaumbach/samba-autobuild/.git] / source4 / lib / tls / SConscript
1 Import('hostenv')
2 hostenv.StaticLibrary('tls', ['tls.c', 'tlscert.c'])
3
4 conf = hostenv.Configure()
5 conf.CheckLibWithHeader('gnutls', 'gnutls/gnutls.h', 'c', 'gnutls_global_init()')
6 conf.Finish()