summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-09-07 07:27:46 +0200
committerKarolin Seeger <kseeger@samba.org>2018-10-10 15:51:55 +0200
commit1131c14aed6f7c35f18dd06db2ec4476df2ea2f9 (patch)
treeee7c11a86947cd68b43de0acd1f846777ef76081 /examples
parent2e602d77fef3cce94460926ddf0b70ab3b3b4b3f (diff)
downloadsamba-1131c14aed6f7c35f18dd06db2ec4476df2ea2f9.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')
-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)