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
tevent: make use of #include "system/threads.h"
[Samba.git]
/
examples
/
fuse
/
wscript_build
blob
9ec5fc0a0f2e8929637d2757b217fe4e32d5399b
1
#!/usr/bin/env python
2
3
if
bld
.
env
.
HAVE_FUSE
:
4
bld
.
SAMBA_BINARY
(
'smb2mount'
,
5
source
=
'smb2mount.c clifuse.c'
,
6
deps
=
'smbconf popt_samba3 libsmb fuse'
,
7
install
=
False
)