1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/examples/fuse/wscript_build

8 lines
229 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
if bld.env.HAVE_FUSE:
bld.SAMBA_BINARY('smb2mount',
source='smb2mount.c clifuse.c',
deps='smbconf popt_samba3 libsmb fuse',
install=False)