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:
parent
19bae689c1
commit
af36485ae5
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user