mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
examples: Fix the smb2mount build
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
20ed13923e
commit
94852e3544
@ -20,7 +20,7 @@
|
||||
|
||||
#include "source3/include/includes.h"
|
||||
#include "popt.h"
|
||||
#include "popt_common.h"
|
||||
#include "popt_common_cmdline.h"
|
||||
#include "client.h"
|
||||
#include "libsmb/proto.h"
|
||||
#include "clifuse.h"
|
||||
|
@ -3,5 +3,5 @@
|
||||
if bld.env.HAVE_FUSE:
|
||||
bld.SAMBA_BINARY('smb2mount',
|
||||
source='smb2mount.c clifuse.c',
|
||||
deps='smbconf popt_samba3 libsmb fuse',
|
||||
deps='smbconf popt_samba3_cmdline libsmb fuse',
|
||||
install=False)
|
||||
|
Loading…
Reference in New Issue
Block a user