summaryrefslogtreecommitdiff
path: root/source4
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
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')
-rw-r--r--source4/dns_server/wscript_build2
-rw-r--r--source4/lib/messaging/wscript_build2
-rwxr-xr-xsource4/libcli/wscript_build2
-rw-r--r--source4/libnet/wscript_build2
-rw-r--r--source4/param/wscript_build2
5 files changed, 5 insertions, 5 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index 9f655d9c38e..75f3499ae6b 100644
--- a/source4/dns_server/wscript_build
+++ b/source4/dns_server/wscript_build
@@ -57,5 +57,5 @@ bld.SAMBA_LIBRARY('dlz_bind9_for_torture',
bld.SAMBA_PYTHON('python_dsdb_dns',
source='pydns.c',
- deps='samdb pyldb-util pyrpc_util dnsserver_common',
+ deps='samdb pyldb-util pyrpc_util dnsserver_common pytalloc-util',
realname='samba/dsdb_dns.so')
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build
index adcb2cce4be..86877af8441 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('MESSAGING',
bld.SAMBA_PYTHON('python_messaging',
source='pymessaging.c',
- deps='MESSAGING events pyparam_util',
+ deps='MESSAGING events pyparam_util pytalloc-util',
realname='samba/messaging.so'
)
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'
)
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index ed38c40a006..6cca50d31d0 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba-net',
bld.SAMBA_PYTHON('python_net',
source='py_net.c',
- deps='samba-net pyrpc_util',
+ deps='samba-net pyrpc_util pytalloc-util',
realname='samba/net.so'
)
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 4585a831998..2ad753b7a33 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -49,7 +49,7 @@ bld.SAMBA_SUBSYSTEM('param_options',
bld.SAMBA_SUBSYSTEM('pyparam_util',
source='pyparam_util.c',
- deps='LIBPYTHON samba-hostconfig',
+ deps='LIBPYTHON samba-hostconfig pytalloc-util',
pyext=True,
)