mirror of
https://github.com/samba-team/samba.git
synced 2025-07-04 00:59:13 +03:00
s4-python: python_samba needs pyext
This commit is contained in:
@ -4,7 +4,8 @@ bld.SAMBA_LIBRARY('samba_python',
|
||||
source=[],
|
||||
deps='LIBPYTHON PYTALLOC pyrpc_util',
|
||||
grouping_library=True,
|
||||
private_library=True)
|
||||
private_library=True,
|
||||
pyext=True)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
|
||||
source='modules.c',
|
||||
|
Reference in New Issue
Block a user