1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

talloc: change pytalloc-util to be a public library.

This commit is contained in:
Jelmer Vernooij
2010-10-24 12:53:59 -07:00
parent d44e3bf747
commit a702c07e02
9 changed files with 35 additions and 34 deletions

View File

@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('samba_python',
source=[],
deps='LIBPYTHON PYTALLOC pyrpc_util',
deps='LIBPYTHON pytalloc-util pyrpc_util',
grouping_library=True,
private_library=True,
pyext=True)
@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
deps='pyparam_util samba-util netif PYTALLOC',
deps='pyparam_util samba-util netif pytalloc-util',
realname='samba/_glue.so'
)