diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-03-16 16:32:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-25 20:55:06 +0200 |
commit | c36bd677f325f052869418d3e74811e86567d206 (patch) | |
tree | 355eca441d93af7b45c8683a59d15610e2d2ff34 /source3/wscript_build | |
parent | 80f9abf637c0959666b6d8d79dd8efb4115a1f3f (diff) | |
download | samba-c36bd677f325f052869418d3e74811e86567d206.tar.gz samba-c36bd677f325f052869418d3e74811e86567d206.tar.bz2 samba-c36bd677f325f052869418d3e74811e86567d206.zip |
s3:smbd: add smbXsrv_tcon infrastructure
Pair-Programmed-With: Michael Adam <obnox@samba.org>
metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 295abf29b7..3be9ed5214 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}''' |