summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-02 12:28:58 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 22:25:49 +0200
commitbc957dc4ebbe94c41f6177deb850406717f93db2 (patch)
tree843ed1f1ab38d0139215324613fbbddbd7469752 /source3/Makefile.in
parent74860465ac3148ccb019a9824948cb278a31fa1a (diff)
downloadsamba-bc957dc4ebbe94c41f6177deb850406717f93db2.tar.gz
samba-bc957dc4ebbe94c41f6177deb850406717f93db2.tar.bz2
samba-bc957dc4ebbe94c41f6177deb850406717f93db2.zip
s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support
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 8ee73c0848..904188db6d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -774,6 +774,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_write.o \
smbd/smb2_ioctl.o \
smbd/smb2_keepalive.o \
+ smbd/smb2_find.o \
smbd/smb2_notify.o \
smbd/smb2_getinfo.o \
smbd/smb2_setinfo.o \