From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- file_server/wscript_build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 file_server/wscript_build (limited to 'file_server/wscript_build') diff --git a/file_server/wscript_build b/file_server/wscript_build new file mode 100644 index 0000000..f76c847 --- /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 + ) -- cgit v1.2.3