mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4-waf: Don't include pytalloc when embedding python.
This commit is contained in:
parent
ebd0bca555
commit
b391b7d072
@ -12,7 +12,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG',
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('PROVISION',
|
||||
source='provision.c pyparam.c',
|
||||
deps='LIBPYTHON pyparam_util ldb',
|
||||
deps='LIBPYTHON pyparam_util ldb PYTALLOC',
|
||||
needs_python=True,
|
||||
)
|
||||
|
||||
|
@ -4,7 +4,6 @@ bld.SAMBA_PYTHON('LIBPYTHON',
|
||||
source='modules.c',
|
||||
public_deps='EXT_LIB_PYTHON',
|
||||
init_function_sentinal='{NULL,NULL}',
|
||||
deps='PYTALLOC',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user