summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-10-23 20:43:27 +1000
committerAndrew Tridgell <tridge@samba.org>2007-10-23 20:43:27 +1000
commite5830c1365b912dcfa8f528c443672fb2e2f7199 (patch)
treee49534cae925abb7f23d90d20ffc3f0ae0cf01cf /source3/Makefile.in
parente5fe5a569f5797a1b8528e836cd5b8f428840cee (diff)
downloadsamba-e5830c1365b912dcfa8f528c443672fb2e2f7199.tar.gz
samba-e5830c1365b912dcfa8f528c443672fb2e2f7199.tar.bz2
samba-e5830c1365b912dcfa8f528c443672fb2e2f7199.zip
added a syncops VFS module for filesystems which do not guarantee meta-data operations are immediately committed to disk in stable form. Essential for clustered Samba setups
(This used to be commit 8b19cb17b9ae9e1cd4a96df6e7dedb75aff7ee96)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ea3708ea18..a559d63f3e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -486,6 +486,7 @@ VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o modules/nfs4_acls.o
VFS_NOTIFY_FAM_OBJ = modules/vfs_notify_fam.o
VFS_READAHEAD_OBJ = modules/vfs_readahead.o
VFS_FILEID_OBJ = modules/vfs_fileid.o
+VFS_SYNCOPS_OBJ = modules/vfs_syncops.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
@@ -1572,6 +1573,10 @@ bin/shadow_copy.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_SHADOW_COPY_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_SHADOW_COPY_OBJ)
+bin/syncops.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_SYNCOPS_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(VFS_SYNCOPS_OBJ)
+
bin/cap.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_CAP_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_CAP_OBJ)