mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
e47456143c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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
|
|
)
|