blob: f76c8470a12999e8bc0af7f152b356a5042ff702 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env python
bld.SAMBA_MODULE('service_s3fs',
source='file_server.c',
autoproto='file_server_proto.h',
subsystem='service',
init_function='server_service_s3fs_init',
deps='samba-hostconfig service talloc UTIL_RUNCMD',
internal_module=False
)
|