1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-21 03:17:08 +03:00
samba-mirror/source4/lib/events/wscript_build
Stefan Metzmacher 19f30c3834 s4:lib/events: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-04-02 09:03:46 +02:00

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
)