mirror of
https://github.com/samba-team/samba.git
synced 2025-06-21 03:17:08 +03:00
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
11 lines
267 B
Python
11 lines
267 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('events',
|
|
source='tevent_s4.c',
|
|
deps='samba-util',
|
|
public_deps='tevent',
|
|
allow_warnings=True,
|
|
private_library=True
|
|
)
|