summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-10-12 15:02:45 +0200
committerJeremy Allison <jra@samba.org>2016-10-14 21:45:08 +0200
commit3b97211d1854b208afae711cc8804dd28ff1e532 (patch)
treef0a967455bbb03a70d5f49efe4e9addaccb53067 /wscript
parent857745655bd29656de3b0f96765d6b65221f3a3e (diff)
downloadsamba-3b97211d1854b208afae711cc8804dd28ff1e532.tar.gz
examples: Add smb2mount
This is an incomplete playground to add a fuse client based on the Samba-internal libsmb interfaces. There's a few fuse smb clients out there, but they all suffer from Samba not exporting the async internal libsmb interfaces. We don't export those with an API, because we believe we need the ability to mess with those interfaces. This is an attempt to create a fully asynchronous user-space fuse client file system that might make it easier to mess with fancy SMB features than it would be possible in a kernel client. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 77aacef65e4..9b0ee3912dd 100644
--- a/wscript
+++ b/wscript
@@ -100,6 +100,8 @@ def configure(conf):
conf.env.replace_add_global_pthread = True
conf.RECURSE('lib/replace')
+ conf.RECURSE('examples/fuse')
+
conf.SAMBA_CHECK_PERL(mandatory=True)
conf.find_program('xsltproc', var='XSLTPROC')