summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-21 16:05:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:21 -0500
commit420e577004cdb9e00d290d3681df3b3196336d81 (patch)
treec4835d58cf03178f57a6c1ac413d8e9869397c5f /source3/Makefile.in
parentd5206610cd67f88e2cc7d5b2b434e320e81c29d5 (diff)
downloadsamba-420e577004cdb9e00d290d3681df3b3196336d81.tar.gz
samba-420e577004cdb9e00d290d3681df3b3196336d81.tar.bz2
samba-420e577004cdb9e00d290d3681df3b3196336d81.zip
r20932: This is the basic infrastructure for inotify support. This is far from being
complete, in particular the various mask bits are not correctly supported yet. Checkin in now, I want to see how the build farm likes it. Volker (This used to be commit c9a5d011a91359b242f6c26f46e96ecea6a44a3b)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 64be91b592..7d86bc7641 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -405,7 +405,8 @@ PROFILES_OBJ = utils/profiles.o \
OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o
-NOTIFY_OBJ = smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o smbd/notify_fam.o
+NOTIFY_OBJ = smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o \
+ smbd/notify_fam.o smbd/notify_inotify.o
VFS_DEFAULT_OBJ = modules/vfs_default.o
VFS_AUDIT_OBJ = modules/vfs_audit.o