mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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')
|
|
|