mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
dynconfig: Fix deps, no talloc required
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Oct 12 17:06:04 CEST 2015 on sn-devel-104
This commit is contained in:
parent
b5cf80a7b5
commit
8807ad18c2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user