summaryrefslogtreecommitdiff
path: root/examples/fuse
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-11-22 13:47:32 +0100
committerMichael Adam <obnox@samba.org>2016-12-04 16:35:22 +0100
commitf858121d8f94bd0da6fb93c4e6ab5f4a0e3c9c51 (patch)
treea4112c63fd126a0ea0e0152cc71ad7a7c23dc50a /examples/fuse
parent4c4fb6926d1f0ea2d5a82d579b9787d249f9f08f (diff)
downloadsamba-f858121d8f94bd0da6fb93c4e6ab5f4a0e3c9c51.tar.gz
s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf only
This is the only way to resolve cirular dependencies with these libraries. I've tried several ways but this is the only way to do it correctly. In future we should try to seperate them by passing down information or making a more lightweight loadparm mechanism. +---------+ +-------------+ | | | | | param <---------+ +--------+ smbregistry | | | | | | | +----+----+ | | +------^------+ | +---+----v--+ | | | | | +----------> smbconf +------------+ | | +-----------+ Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'examples/fuse')
-rw-r--r--examples/fuse/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fuse/wscript_build b/examples/fuse/wscript_build
index aa32ecb1cc0..9ec5fc0a0f2 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='param popt_samba3 libsmb fuse',
+ deps='smbconf popt_samba3 libsmb fuse',
install=False)