summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-12 18:10:19 +0100
committerStefan Metzmacher <metze@samba.org>2009-05-01 17:42:08 +0200
commit92a1890b90f5cb4bfb9988a521fcbfb22bebc82d (patch)
tree0c7867cf978189cd114b24e7d47c9896b264297a /libcli/named_pipe_auth/config.mk
parent2ae92c759925023cc6d357c4f4d9cc3b308186aa (diff)
downloadsamba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.tar.gz
samba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.tar.bz2
samba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.zip
libcli/named_pipe_auth: add tstream_npa_connect_send/recv()
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze
Diffstat (limited to 'libcli/named_pipe_auth/config.mk')
-rw-r--r--libcli/named_pipe_auth/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcli/named_pipe_auth/config.mk b/libcli/named_pipe_auth/config.mk
new file mode 100644
index 0000000000..6d44ef4141
--- /dev/null
+++ b/libcli/named_pipe_auth/config.mk
@@ -0,0 +1,4 @@
+[SUBSYSTEM::NAMED_PIPE_AUTH_TSTREAM]
+PUBLIC_DEPENDENCIES = NDR_NAMED_PIPE_AUTH TEVENT TSOCKET
+
+NAMED_PIPE_AUTH_TSTREAM_OBJ_FILES = ../libcli/named_pipe_auth/npa_tstream.o