mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
af5f494bd2
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
8 lines
273 B
Python
8 lines
273 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('gensec_runtime',
|
|
source='gensec.c',
|
|
deps='tevent-util tevent samba-util LIBTSOCKET',
|
|
public_headers='gensec.h',
|
|
autoproto='gensec_toplevel_proto.h')
|