summaryrefslogtreecommitdiff
path: root/source4/lib
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/lib
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/lib')
-rw-r--r--source4/lib/messaging/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)