summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-14 15:32:02 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-20 15:42:59 +0200
commit3ef6a5ae9ebefb18755337a83ba5488e8b8edd6e (patch)
tree07234d3910e256f457ba263ecbd7d152c83e900e /source3/Makefile.in
parentc14dd15c6a802729f46857630b1df83987d9a11c (diff)
downloadsamba-3ef6a5ae9ebefb18755337a83ba5488e8b8edd6e.tar.gz
samba-3ef6a5ae9ebefb18755337a83ba5488e8b8edd6e.tar.bz2
samba-3ef6a5ae9ebefb18755337a83ba5488e8b8edd6e.zip
s3:smbd: add support for SMB2 Negotiate
This is not complete, but a start that makes the samba4 smb2 client happy. metze
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 17558c97f9..53b7a3252a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -748,7 +748,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dmapi.o smbd/signing.o \
smbd/file_access.o \
smbd/dnsregister.o smbd/globals.o \
- smbd/smb2_server.o \
+ smbd/smb2_server.o smbd/smb2_negprot.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \