mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8 lines
189 B
Python
8 lines
189 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('SOCKET_WRAPPER',
|
|
source='socket_wrapper.c',
|
|
group='base_libraries',
|
|
deps='replace')
|
|
|