summaryrefslogtreecommitdiff
path: root/source4/libnet
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/libnet
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/libnet')
-rw-r--r--source4/libnet/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index df0a097e520..a4494310f66 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -20,7 +20,7 @@ for env in bld.gen_python_environments():
bld.SAMBA_PYTHON('python_dckeytab',
source='py_net_dckeytab.c libnet_export_keytab.c',
- deps='pyrpc_util db-glue krb5 com_err',
+ deps='%s db-glue krb5 com_err' % (pyrpc_util),
realname='samba/dckeytab.so',
enabled=bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED')
)