summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSam Lang <sam.lang@inktank.com>2013-04-24 12:52:57 -0700
committerJeremy Allison <jra@samba.org>2013-04-24 12:53:18 -0700
commit301a1f919202c90c629a4926ebdf054b9f2fe1e8 (patch)
tree054b23a5f7b5a400edcfbcdeb53a8edd29f18f03 /source3/Makefile.in
parent4b97a19e584cb216194c5eca1270ef1926fc9006 (diff)
downloadsamba-301a1f919202c90c629a4926ebdf054b9f2fe1e8.tar.gz
samba-301a1f919202c90c629a4926ebdf054b9f2fe1e8.tar.bz2
samba-301a1f919202c90c629a4926ebdf054b9f2fe1e8.zip
Implements a vfs module for cephfs, a distributed file system
with posix semantics, built on the ceph distributed object storage layer. The ceph vfs module interfaces to the libcephfs userspace API, and is primarily a lightweight wrapper around libcephfs, translating error codes and parameters as necessary. Signed-off-by: Sam Lang <sam.lang@inktank.com> Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE> Reviewed-by: Jeremy Allison <jra@samba.org>
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 a868685c3b..c701fd14b7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -913,6 +913,7 @@ VFS_LINUX_XFS_SGID_OBJ = modules/vfs_linux_xfs_sgid.o
VFS_TIME_AUDIT_OBJ = modules/vfs_time_audit.o
VFS_MEDIA_HARMONY_OBJ = modules/vfs_media_harmony.o
VFS_BTRFS_OBJ = modules/vfs_btrfs.o
+VFS_CEPH_OBJ = modules/vfs_ceph.o
PAM_ERRORS_OBJ = ../libcli/auth/pam_errors.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o $(PAM_ERRORS_OBJ)
@@ -2965,6 +2966,10 @@ bin/btrfs.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_BTRFS_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_BTRFS_OBJ)
+bin/ceph.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_CEPH_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(VFS_CEPH_OBJ)
+
#########################################################
## IdMap NSS plugins