summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-15 14:45:56 +0100
committerStefan Metzmacher <metze@samba.org>2012-06-25 20:55:06 +0200
commit85f8c14f3084121f58f31ebd11d80bfa01c8d6ce (patch)
tree9e631dd73ebcfa9dd9e02bb6a9163347017dc111 /source3/Makefile.in
parent5b3c07fa898604791401050f1772844ef2ac622a (diff)
downloadsamba-85f8c14f3084121f58f31ebd11d80bfa01c8d6ce.tar.gz
samba-85f8c14f3084121f58f31ebd11d80bfa01c8d6ce.tar.bz2
samba-85f8c14f3084121f58f31ebd11d80bfa01c8d6ce.zip
s3:smbd: add smbXsrv_session 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 858e0619af..dbcc530f92 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -976,6 +976,7 @@ SMBD_OBJ_SRV = smbd/server_reload.o \
smbd/smb2_break.o \
autoconf/librpc/gen_ndr/ndr_smbXsrv.o \
smbd/smbXsrv_version.o \
+ smbd/smbXsrv_session.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \