blob: 53d3b9d60ab654293d3e95118591b3a127659d3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../libcli/named_pipe_auth/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('NAMED_PIPE_AUTH_TSTREAM',
source='npa_tstream.c',
public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
)
|