mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
pysecurity: Add missing dependency on pytalloc-util.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Feb 8 13:16:43 CET 2011 on sn-devel-104
This commit is contained in:
parent
01d3da3c7c
commit
242797aca9
@ -10,6 +10,6 @@ bld.SAMBA_LIBRARY('security',
|
||||
if getattr(bld.env, '_SAMBA_BUILD_', 0) == 4:
|
||||
bld.SAMBA_PYTHON('pysecurity',
|
||||
source='pysecurity.c',
|
||||
deps='security',
|
||||
deps='security pytalloc-util',
|
||||
realname='samba/security.so'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user