mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
10 lines
228 B
Python
10 lines
228 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('events',
|
|
source='tevent_s4.c',
|
|
deps='samba-util',
|
|
public_deps='tevent',
|
|
private_library=True
|
|
)
|