1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

talloc: Avoid dependency on unknown EXT_LIB_PYTHON.

This commit is contained in:
Jelmer Vernooij 2010-10-24 12:15:12 -07:00
parent 1ae0981ce8
commit 98cfc71801

View File

@ -86,7 +86,7 @@ def build(bld):
bld.SAMBA_SUBSYSTEM('PYTALLOC',
source='pytalloc.c',
public_deps='EXT_LIB_PYTHON talloc',
public_deps='talloc',
pyext=True,
)