summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 12:24:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:33 -0500
commit9ee97d2f7d4e3c7e14d32825c5ee23b136ce4e07 (patch)
treef5f0d7bf48b1d609e24b4f2d65effa00d4dd46dc /source3/Makefile.in
parent032bd8eea89ce24ab5fdd2eb6095b8416ebde558 (diff)
downloadsamba-9ee97d2f7d4e3c7e14d32825c5ee23b136ce4e07.tar.gz
samba-9ee97d2f7d4e3c7e14d32825c5ee23b136ce4e07.tar.xz
samba-9ee97d2f7d4e3c7e14d32825c5ee23b136ce4e07.zip
r21077: A step to minimize the diff later: This pulls in unmodified files from Samba4,
not compiled yet. This way the modifications become visible later. ntvfs/common/notify.c -> smbd/notify_internal.c ntvfs/sysdep/inotify.c -> smbd/notify_inotify.c Naturally I had to disable notify again :-) Volker (This used to be commit cdb7d582b7397faa5926bff5783da7fef4209948)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4b590119e99..c21cea0aecd 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -409,7 +409,7 @@ 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 smbd/notify_inotify.o
+ smbd/notify_fam.o
VFS_DEFAULT_OBJ = modules/vfs_default.o
VFS_AUDIT_OBJ = modules/vfs_audit.o