summaryrefslogtreecommitdiff
path: root/examples/fuse
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-09-07 07:27:46 +0200
committerKarolin Seeger <kseeger@samba.org>2018-10-09 11:29:24 +0200
commit8d0fbe3ebb134bbf6cbdfdf86e0b0279ae8d1c73 (patch)
treea9078afc2f6708c80a1f5a6aa8768d0eda271689 /examples/fuse
parent79e60e59eaf10c09a5caa1749ee3332af7050fe6 (diff)
downloadsamba-8d0fbe3ebb134bbf6cbdfdf86e0b0279ae8d1c73.tar.gz
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> (cherry picked from commit 94852e3544bf2cace3ddba8b9c89d986d77fdab5)
Diffstat (limited to 'examples/fuse')
-rw-r--r--examples/fuse/smb2mount.c2
-rw-r--r--examples/fuse/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/fuse/smb2mount.c b/examples/fuse/smb2mount.c
index 816b0b597ad..ec4be809f6d 100644
--- a/examples/fuse/smb2mount.c
+++ b/examples/fuse/smb2mount.c
@@ -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"
diff --git a/examples/fuse/wscript_build b/examples/fuse/wscript_build
index 9ec5fc0a0f2..31341e4357d 100644
--- a/examples/fuse/wscript_build
+++ b/examples/fuse/wscript_build
@@ -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)