1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00
Jelmer Vernooij 5058f4b9e8 r10586: Add MergedObject() builder. Default to Library() rather
then StaticLibrary()
(This used to be commit b53313dc517986c69a4e4cb8fe3885b696f8faa1)
2007-10-10 13:39:08 -05:00

8 lines
226 B
Python

Import('hostenv')
hostenv.Library('tls', ['tls.c', 'tlscert.c'])
if hostenv['configure']:
conf = hostenv.Configure()
conf.CheckLibWithHeader('gnutls', 'gnutls/gnutls.h', 'c', 'gnutls_global_init()')
conf.Finish()