mirror of
https://github.com/samba-team/samba.git
synced 2025-07-05 04:59:08 +03:00
s4: Build more python convenience files as subsystems rather than as python modules.
This commit is contained in:
@ -8,9 +8,10 @@ bld.SAMBA_PYTHON('LIBPYTHON',
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_PYTHON('PYTALLOC',
|
||||
bld.SAMBA_SUBSYSTEM('PYTALLOC',
|
||||
source='../../../lib/talloc/pytalloc.c',
|
||||
public_deps='EXT_LIB_PYTHON talloc'
|
||||
public_deps='EXT_LIB_PYTHON talloc',
|
||||
needs_python=True,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user