summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-03-16 16:32:28 +0100
committerStefan Metzmacher <metze@samba.org>2012-06-25 20:55:06 +0200
commitc36bd677f325f052869418d3e74811e86567d206 (patch)
tree355eca441d93af7b45c8683a59d15610e2d2ff34 /source3/wscript_build
parent80f9abf637c0959666b6d8d79dd8efb4115a1f3f (diff)
downloadsamba-c36bd677f325f052869418d3e74811e86567d206.tar.gz
s3:smbd: add smbXsrv_tcon infrastructure
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 295abf29b73..3be9ed52145 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -377,6 +377,7 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c
smbd/smb2_break.c
smbd/smbXsrv_version.c
smbd/smbXsrv_session.c
+ smbd/smbXsrv_tcon.c
smbd/server_exit.c
${MANGLE_SRC}'''