mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
lib/socket_wrapper only enable python_socket and socket.py with socket_wrapper
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 13 10:41:27 CEST 2012 on sn-devel-104
This commit is contained in:
parent
cf67da70c9
commit
073666ed29
@ -8,12 +8,14 @@ bld.SAMBA_LIBRARY('socket_wrapper',
|
||||
deps='replace')
|
||||
|
||||
bld.SAMBA_PYTHON('py_socket_wrapper',
|
||||
source='py_socket_wrapper.c',
|
||||
deps='socket_wrapper',
|
||||
public_deps='talloc pytalloc-util',
|
||||
realname='samba/socket_wrapper.so')
|
||||
source='py_socket_wrapper.c',
|
||||
deps='socket_wrapper',
|
||||
enabled=bld.CONFIG_SET('SOCKET_WRAPPER'),
|
||||
public_deps='talloc pytalloc-util',
|
||||
realname='samba/socket_wrapper.so')
|
||||
|
||||
bld.SAMBA_SCRIPT('python_socket',
|
||||
pattern='socket.py',
|
||||
installdir='python',
|
||||
installname='samba/socket.py')
|
||||
if bld.CONFIG_SET('SOCKET_WRAPPER'):
|
||||
bld.SAMBA_SCRIPT('python_socket',
|
||||
pattern='socket.py',
|
||||
installdir='python',
|
||||
installname='samba/socket.py')
|
||||
|
Loading…
x
Reference in New Issue
Block a user