mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
|
#!/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')
|