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
New VFS module vfs_fruit
[Samba.git]
/
file_server
/
wscript_build
blob
f76c8470a12999e8bc0af7f152b356a5042ff702
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'service_s3fs'
,
4
source
=
'file_server.c'
,
5
autoproto
=
'file_server_proto.h'
,
6
subsystem
=
'service'
,
7
init_function
=
'server_service_s3fs_init'
,
8
deps
=
'samba-hostconfig service talloc UTIL_RUNCMD'
,
9
internal_module
=
False
10
)