summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r--libcli/named_pipe_auth/wscript_build9
1 files changed, 5 insertions, 4 deletions
diff --git a/libcli/named_pipe_auth/wscript_build b/libcli/named_pipe_auth/wscript_build
index c97893bb1f..53fbd84ab6 100644
--- a/libcli/named_pipe_auth/wscript_build
+++ b/libcli/named_pipe_auth/wscript_build
@@ -1,8 +1,9 @@
#!/usr/bin/env python
-bld.SAMBA_SUBSYSTEM('NAMED_PIPE_AUTH_TSTREAM',
- source='npa_tstream.c',
- public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
- )
+bld.SAMBA_LIBRARY('npa_tstream',
+ source='npa_tstream.c',
+ private_library=True,
+ public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
+ )