summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-05-14 23:55:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:04 -0500
commit338d2462d4ba514343a5fd78fe8ba4bdc06bec8a (patch)
tree303316e29f75d6036482045739eb96cde7830cb3 /source3/Makefile.in
parent642eb9126190e731c73de873a613e75d6094f6c1 (diff)
downloadsamba-338d2462d4ba514343a5fd78fe8ba4bdc06bec8a.tar.gz
samba-338d2462d4ba514343a5fd78fe8ba4bdc06bec8a.tar.bz2
samba-338d2462d4ba514343a5fd78fe8ba4bdc06bec8a.zip
r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.
Jeremy. (This used to be commit bd80db71e71fc05b8b4875c386d8d58612cdbb06)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 48a03230eb..1efcd15c94 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -447,6 +447,7 @@ VFS_POSIXACL_OBJ = modules/vfs_posixacl.o
VFS_AIXACL_OBJ = modules/vfs_aixacl.o modules/vfs_aixacl_util.o
VFS_AIXACL2_OBJ = modules/vfs_aixacl2.o modules/vfs_aixacl_util.o modules/nfs4_acls.o
VFS_SOLARISACL_OBJ = modules/vfs_solarisacl.o
+VFS_ZFSACL_OBJ = modules/vfs_zfsacl.o modules/nfs4_acls.o
VFS_HPUXACL_OBJ = modules/vfs_hpuxacl.o
VFS_IRIXACL_OBJ = modules/vfs_irixacl.o
VFS_TRU64ACL_OBJ = modules/vfs_tru64acl.o
@@ -1590,6 +1591,11 @@ bin/solarisacl.@SHLIBEXT@: $(VFS_SOLARISACL_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_SOLARISACL_OBJ)
+bin/zfsacl.@SHLIBEXT@: $(VFS_ZFSACL_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_ZFSACL_OBJ) \
+ @SONAMEFLAG@`basename $@`
+
bin/irixacl.@SHLIBEXT@: proto_exists $(VFS_IRIXACL_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_IRIXACL_OBJ)