summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-04-04 09:53:14 +0100
committerDouglas Bagnall <dbagnall@samba.org>2018-04-13 07:27:11 +0200
commit4a58393b2b4ebb8f7744ed367f14953f40d2e948 (patch)
tree9d230fc66fe9160e206716b0a278e95f29a82c77 /source4/lib
parente48e6b08a5ba357726db7b4ec3dd5ba9b143471d (diff)
downloadsamba-4a58393b2b4ebb8f7744ed367f14953f40d2e948.tar.gz
wscript_build: make sure we link extra-python versions of libraries
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
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 4929ccdf515..92f231a62b6 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -20,6 +20,6 @@ for env in bld.gen_python_environments():
bld.SAMBA_PYTHON('python_messaging',
source='pymessaging.c',
- deps='MESSAGING events pyparam_util pytalloc-util',
+ deps='MESSAGING events %s %s' % (pyparam_util, pytalloc_util),
realname='samba/messaging.so'
)