From 8807ad18c2cc1a0cdc4f47c294d44123d2a53ec8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 Oct 2015 12:17:56 +0200 Subject: dynconfig: Fix deps, no talloc required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon Oct 12 17:06:04 CEST 2015 on sn-devel-104 --- dynconfig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynconfig') diff --git a/dynconfig/wscript b/dynconfig/wscript index 6410c38afa4..606fbad5292 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -412,7 +412,7 @@ def build(bld): version_header = 'version.h' bld.SAMBA_SUBSYSTEM('DYNCONFIG', 'dynconfig.c', - deps='replace talloc', + deps='replace', public_headers=os_path_relpath(os.path.join(Options.launch_dir, version_header), bld.curdir), header_path='samba', cflags=cflags) -- cgit v1.2.1