summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-15 07:50:21 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-15 07:50:21 +0000
commit0c0dd06dbd558254ebb048223b0396454f7ee1dd (patch)
treedb0c03b641899dc2842f9f8a5db89961e80e0d18 /source3/Makefile.in
parent59efa068bd3d2f920a40b3333d09a22beb8dedb3 (diff)
downloadsamba-0c0dd06dbd558254ebb048223b0396454f7ee1dd.tar.gz
samba-0c0dd06dbd558254ebb048223b0396454f7ee1dd.tar.bz2
samba-0c0dd06dbd558254ebb048223b0396454f7ee1dd.zip
split session setup code out of reply.c in preparation for adding
NTLMSSP and kerberos support in smbd (This used to be commit 38a43d75e25bbebe0f6cdfcf389129a842ede842)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9f4e48fc16..108c4f103e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -189,7 +189,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
smbd/ipc.o smbd/lanman.o smbd/mangle.o smbd/negprot.o \
smbd/message.o smbd/nttrans.o smbd/pipes.o \
- smbd/reply.o smbd/trans2.o smbd/uid.o \
+ smbd/reply.o smbd/sesssetup.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o \
smbd/blocking.o smbd/sec_ctx.o \
smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \