1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/file_server/wscript_build
Andrew Tridgell 8db121be42 s3fs: added file_server directory
this contains a file server backend that forks and starts smbd

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2012-02-28 12:01:08 +01:00

11 lines
371 B
Python

#!/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
)