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
Andrew Tridgell 5adf85e6af tstream: make npa_tstream a private library
this prevents symbol duplication of the npa_tstream symbols

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-04-06 08:12:19 +02:00

10 lines
230 B
Python

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