summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-22 12:13:28 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-28 03:48:11 +0200
commit381f0fcd1957b3f485db7773924a81a1282936d5 (patch)
tree1f41fa992f540ed3e39aa7dfff144f21ab65808e /source4/auth/gensec/wscript_build
parentd6c48b4a5fb667b0fba91af5d9113209ae72eede (diff)
downloadsamba-381f0fcd1957b3f485db7773924a81a1282936d5.tar.gz
samba-381f0fcd1957b3f485db7773924a81a1282936d5.tar.bz2
samba-381f0fcd1957b3f485db7773924a81a1282936d5.zip
s4:gensec: add gensec_create_tstream()
Based on the initial patch from Andreas Schneider <asn@redhat.com>. metze
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 0defdaf594..38c0e158b9 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('gensec',
- source='gensec.c socket.c',
+ source='gensec.c socket.c gensec_tstream.c',
pc_files='gensec.pc',
autoproto='gensec_proto.h',
public_deps='CREDENTIALS LIBSAMBA-UTIL LIBCRYPTO ASN1_UTIL samba_socket LIBPACKET LIBTSOCKET UTIL_TEVENT',