summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
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/Makefile.in
parent80f9abf637c0959666b6d8d79dd8efb4115a1f3f (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index dbcc530f92..4adbaa0610 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -977,6 +977,7 @@ SMBD_OBJ_SRV = smbd/server_reload.o \
autoconf/librpc/gen_ndr/ndr_smbXsrv.o \
smbd/smbXsrv_version.o \
smbd/smbXsrv_session.o \
+ smbd/smbXsrv_tcon.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \