1
0
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:
Jelmer Vernooij 2010-06-16 20:35:40 +02:00
parent ebd0bca555
commit b391b7d072
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -4,7 +4,6 @@ bld.SAMBA_PYTHON('LIBPYTHON',
source='modules.c',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
deps='PYTALLOC',
)