mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
f2b80723d3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
8 lines
228 B
Python
8 lines
228 B
Python
#!/usr/bin/env python
|
|
|
|
if bld.env.HAVE_FUSE:
|
|
bld.SAMBA_BINARY('smb2mount',
|
|
source='smb2mount.c clifuse.c',
|
|
deps='smbconf CMDLINE_S3 libsmb fuse',
|
|
install=False)
|