source: vendor/current/file_server/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 371 bytes
Line 
1#!/usr/bin/env python
2
3bld.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 )
Note: See TracBrowser for help on using the repository browser.