summaryrefslogtreecommitdiffstats
path: root/libcli/named_pipe_auth/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/named_pipe_auth/wscript_build')
-rw-r--r--libcli/named_pipe_auth/wscript_build9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcli/named_pipe_auth/wscript_build b/libcli/named_pipe_auth/wscript_build
new file mode 100644
index 0000000..4698699
--- /dev/null
+++ b/libcli/named_pipe_auth/wscript_build
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+
+bld.SAMBA_LIBRARY('npa_tstream',
+ source='npa_tstream.c tstream_u32_read.c',
+ private_library=True,
+ public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
+ )
+