WHATSNEW: Move to document changes for beta1
[kai/samba.git] / file_server / wscript_build
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                  )