diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-20 07:05:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:13 -0500 |
commit | 1fd1e2ba581c8ac67ba63fbb889fbedcc65bfbb9 (patch) | |
tree | 06953313b8a2ae191de43f862a2dbbc6213291d1 /source4/smb_server/smb2/config.mk | |
parent | d3b3436ce1a71464b0f1a9ffa69643cd5c816004 (diff) | |
download | samba-1fd1e2ba581c8ac67ba63fbb889fbedcc65bfbb9.tar.gz samba-1fd1e2ba581c8ac67ba63fbb889fbedcc65bfbb9.tar.xz samba-1fd1e2ba581c8ac67ba63fbb889fbedcc65bfbb9.zip |
r16407: add parsing code the SMB2 GetInfo in the server
metze
(This used to be commit c4755c83c61c0cc822c69cd274056ec20ba66fdb)
Diffstat (limited to 'source4/smb_server/smb2/config.mk')
-rw-r--r-- | source4/smb_server/smb2/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smb_server/smb2/config.mk b/source4/smb_server/smb2/config.mk index d7401f19d0..7fc222eba3 100644 --- a/source4/smb_server/smb2/config.mk +++ b/source4/smb_server/smb2/config.mk @@ -8,6 +8,7 @@ OBJ_FILES = \ sesssetup.o \ tcon.o \ fileio.o \ + fileinfo.o \ keepalive.o PUBLIC_DEPENDENCIES = \ ntvfs LIBPACKET LIBCLI_SMB2 |