summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-03-15 13:29:54 +1300
committerGarming Sam <garming@samba.org>2016-03-15 07:08:16 +0100
commit7b431eba22444d2e0d872de781a8193dcfa6d252 (patch)
treea3763b87081e769aae1d4520bb8116ff11fc519f /source4/libcli
parente3be771f24cb427be298e0d463ebf2f3a7704d15 (diff)
downloadsamba-7b431eba22444d2e0d872de781a8193dcfa6d252.tar.gz
build: mark explicit dependencies on pytalloc-util
All subsystems that include pytalloc.h need to link against pytalloc-util. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Tue Mar 15 07:08:16 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/libcli')
-rwxr-xr-xsource4/libcli/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 2c45cead77f..38a8f4e0718 100755
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -33,7 +33,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE',
bld.SAMBA_PYTHON('pysmb',
source='pysmb.c',
- deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util',
+ deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util pytalloc-util',
public_deps='cli_composite samba-credentials gensec LIBCLI_RESOLVE tevent param_options',
realname='samba/smb.so'
)