mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5adf85e6af
this prevents symbol duplication of the npa_tstream symbols Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
10 lines
230 B
Python
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'
|
|
)
|
|
|