summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-29 22:31:13 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 09:13:56 +0200
commitd49a0e5f7d3788c67aa78d4c856fd3922d13fff9 (patch)
treee70404bf1644c4e37295af8d5d965c0812186557 /source3/Makefile.in
parentb804c30856edc2d57a82ca64e6c98177f3116e49 (diff)
downloadsamba-d49a0e5f7d3788c67aa78d4c856fd3922d13fff9.tar.gz
samba-d49a0e5f7d3788c67aa78d4c856fd3922d13fff9.tar.bz2
samba-d49a0e5f7d3788c67aa78d4c856fd3922d13fff9.zip
s3:smbd: add support for SMB2 Notify
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 528fb11c8d..11fd285b10 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_notify.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \