1
0
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:
Andrew Tridgell
2010-10-21 17:11:20 +11:00
parent 51dc322f63
commit 1748d10e47

View File

@ -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',