mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
af5f494bd2
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
10 lines
138 B
Python
10 lines
138 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
|
|
source='async_sock.c',
|
|
public_deps='talloc tevent',
|
|
deps='tevent-util'
|
|
)
|
|
|