diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-05-14 14:17:28 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-05-20 15:42:24 +0200 |
commit | 688945a994660fa905836b55a995bb90c3e8e67a (patch) | |
tree | ea93ad930f089ef6048156c6a1f4df88ec010650 /source3/Makefile.in | |
parent | d23a1935e8180090474cbbba878d5bc5903579c6 (diff) | |
download | samba-688945a994660fa905836b55a995bb90c3e8e67a.tar.gz samba-688945a994660fa905836b55a995bb90c3e8e67a.tar.bz2 samba-688945a994660fa905836b55a995bb90c3e8e67a.zip |
s3:smbd: add infrastructure for SMB2 support
This is disabled by default and activated by
"max protocol = SMB2".
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 31ef29ad15..17558c97f9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -748,6 +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 \ $(MANGLE_OBJ) @VFS_STATIC@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \ |