mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA3_SUBSYSTEM('POLL_FUNCS_TEVENT',
|
||
|
source='poll_funcs_tevent.c',
|
||
|
deps='tevent')
|