summaryrefslogtreecommitdiff
path: root/source3/nmbd/wscript_build
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 /source3/nmbd/wscript_build
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 'source3/nmbd/wscript_build')
-rw-r--r--source3/nmbd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/wscript_build b/source3/nmbd/wscript_build
index 0d1b267fcfd..843c900a4ba 100644
--- a/source3/nmbd/wscript_build
+++ b/source3/nmbd/wscript_build
@@ -33,7 +33,7 @@ bld.SAMBA3_BINARY('nmbd',
deps='''
talloc
tevent
- param
+ smbconf
libsmb
popt_samba3
''',