1
0
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:
Volker Lendecke 2018-09-07 07:27:46 +02:00 committed by Andreas Schneider
parent 20ed13923e
commit 94852e3544
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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)