blob: 4daa1de6345d7e9a8ec44af0269ef657c75b33cc (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('gensec_runtime',
source='gensec.c',
deps='UTIL_TEVENT tevent samba-util LIBTSOCKET',
public_headers='gensec.h',
autoproto='gensec_toplevel_proto.h')
|