1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli/named_pipe_auth/wscript_build

10 lines
230 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_LIBRARY('npa_tstream',
source='npa_tstream.c',
private_library=True,
public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
)