summaryrefslogtreecommitdiff
path: root/file_server/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'file_server/wscript_build')
-rw-r--r--file_server/wscript_build10
1 files changed, 10 insertions, 0 deletions
diff --git a/file_server/wscript_build b/file_server/wscript_build
new file mode 100644
index 0000000000..f76c8470a1
--- /dev/null
+++ b/file_server/wscript_build
@@ -0,0 +1,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
+ )