s3:net_idmap_delete do not lock two records at the same time
[Samba/gebeck_regimport.git] / file_server / wscript_build
blobf76c8470a12999e8bc0af7f152b356a5042ff702
1 #!/usr/bin/env python
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