summaryrefslogtreecommitdiff
path: root/source3/passdb/wscript_build
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 /source3/passdb/wscript_build
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 'source3/passdb/wscript_build')
-rw-r--r--source3/passdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/wscript_build b/source3/passdb/wscript_build
index 9bbd5caa8d1..105777a2b94 100644
--- a/source3/passdb/wscript_build
+++ b/source3/passdb/wscript_build
@@ -43,6 +43,6 @@ bld.SAMBA3_MODULE('pdb_samba_dsdb',
bld.SAMBA3_PYTHON('pypassdb',
source='py_passdb.c',
deps='pdb',
- public_deps='samba-util tdb talloc pyrpc_util',
+ public_deps='samba-util tdb talloc pyrpc_util pytalloc-util',
realname='samba/samba3/passdb.so'
)