1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4-pyglue: pyglue now depends on pytalloc

This commit is contained in:
Andrew Tridgell
2010-08-25 12:34:30 +10:00
parent 956341965c
commit 9218de4b74

View File

@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
deps='pyparam_util LIBSAMBA-UTIL LIBNETIF',
deps='pyparam_util LIBSAMBA-UTIL LIBNETIF PYTALLOC',
realname='samba/_glue.so'
)