1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s4-events: make LIBEVENTS a private library

This commit is contained in:
Andrew Tridgell 2010-10-21 13:51:40 +11:00
parent 7c92baf0dc
commit aa0dbdc5b1

View File

@ -1,8 +1,9 @@
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBEVENTS',
bld.SAMBA_LIBRARY('LIBEVENTS',
source='tevent_s4.c',
public_deps='tevent'
public_deps='tevent',
private_library=True
)