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

talloc: Move pytalloc to lib/talloc.

This commit is contained in:
Jelmer Vernooij
2010-10-24 11:58:47 -07:00
parent 50256c01d0
commit 1ae0981ce8
2 changed files with 8 additions and 7 deletions

View File

@ -16,13 +16,6 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
)
bld.SAMBA_SUBSYSTEM('PYTALLOC',
source='../../../lib/talloc/pytalloc.c',
public_deps='EXT_LIB_PYTHON talloc',
pyext=True,
)
bld.SAMBA_PYTHON('python_uuid',
source='uuidmodule.c',
deps='ndr',