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

waf: Add missing dependency (so header paths are inherited) on talloc to internal python lib.

This commit is contained in:
Jelmer Vernooij
2010-06-19 02:26:13 +02:00
parent 5143353108
commit bf8045037d

View File

@ -5,6 +5,7 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
needs_python=True,
deps='talloc',
)