repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VERSION: Disable GIT_SNAPSHOT for the Samba 4.18.0rc1 release.
[Samba.git]
/
source4
/
lib
/
tls
/
wscript_build
blob
7980a633574b8972e990cb0847590db761ed0ae8
1
#!/usr/bin/env python
2
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
'''
)