mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
talloc: Move pytalloc to lib/talloc.
This commit is contained in:
@ -82,6 +82,14 @@ def build(bld):
|
||||
private_library=private_library,
|
||||
manpages='talloc.3')
|
||||
|
||||
if not bld.CONFIG_SET('USING_SYSTEM_PYTALLOC_UTIL'):
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('PYTALLOC',
|
||||
source='pytalloc.c',
|
||||
public_deps='EXT_LIB_PYTHON talloc',
|
||||
pyext=True,
|
||||
)
|
||||
|
||||
if not getattr(bld.env, '_SAMBA_BUILD_', 0) == 4:
|
||||
# s4 already has the talloc testsuite builtin to smbtorture
|
||||
bld.SAMBA_BINARY('talloc_testsuite',
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user