summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-12 05:32:28 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-12 05:32:28 +0000
commit6db12f718007592cf971b22f376fde796e637727 (patch)
treea5a032a9a261009aaa5f5a9046d01f8f1f8a2cc2 /source3/Makefile.in
parenta4ba9bb939ff066c8844273da312209a1d1100d2 (diff)
downloadsamba-6db12f718007592cf971b22f376fde796e637727.tar.gz
samba-6db12f718007592cf971b22f376fde796e637727.tar.bz2
samba-6db12f718007592cf971b22f376fde796e637727.zip
split all the change notify code out into a separate module
smbd/notify.c. All the data structures are now private to that module. this is in preparation for Linux kernel support for change notify (coming soon to a CVS tree near you) (This used to be commit 1bb0aad4f66dbfa2d0f767ea90f926affff20b17)
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 ba6424e3d2..af46419312 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -162,7 +162,7 @@ OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o
SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
smbd/ipc.o smbd/lanman.o smbd/mangle.o smbd/negprot.o \
- smbd/message.o smbd/nttrans.o smbd/pipes.o \
+ smbd/message.o smbd/nttrans.o smbd/notify.o smbd/pipes.o \
smbd/reply.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \
smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \