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:
parent
7c92baf0dc
commit
aa0dbdc5b1
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user