1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

s4-python: added a samba_python grouping library

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2010-10-21 14:57:34 +11:00
parent 19bae689c1
commit af36485ae5

View File

@ -1,5 +1,11 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('samba_python',
source=[],
deps='LIBPYTHON PYTALLOC pyrpc_util',
grouping_library=True,
private_library=True)
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
source='modules.c',
public_deps='EXT_LIB_PYTHON',