1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-05 04:59:08 +03:00

s4: Build more python convenience files as subsystems rather than as python modules.

This commit is contained in:
Jelmer Vernooij
2010-06-16 20:15:19 +02:00
parent 8e8496208b
commit ebd0bca555
2 changed files with 9 additions and 6 deletions

View File

@ -8,9 +8,10 @@ bld.SAMBA_PYTHON('LIBPYTHON',
)
bld.SAMBA_PYTHON('PYTALLOC',
bld.SAMBA_SUBSYSTEM('PYTALLOC',
source='../../../lib/talloc/pytalloc.c',
public_deps='EXT_LIB_PYTHON talloc'
public_deps='EXT_LIB_PYTHON talloc',
needs_python=True,
)