mirror of
https://github.com/samba-team/samba.git
synced 2025-06-28 00:49:42 +03:00
9 lines
106 B
Python
9 lines
106 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBEVENTS',
|
|
source='tevent_s4.c',
|
|
public_deps='tevent'
|
|
)
|
|
|