mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
5cf904b1d9
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 12 14:33:34 UTC 2010 on sn-devel-104
10 lines
281 B
Python
10 lines
281 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('socket_wrapper',
|
|
source='socket_wrapper.c',
|
|
group='base_libraries',
|
|
private_library=True,
|
|
enabled=bld.CONFIG_SET('SOCKET_WRAPPER'),
|
|
deps='replace')
|
|
|