summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-12-08 18:56:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:24 -0500
commit19ddef3dd9065b04896c626e7b4c691c7bbbec53 (patch)
treed40947560cd78345e560a5eea5759c0022eba461 /source3/Makefile.in
parent5ce139751bb77879f127dfa876cf1999717b69fc (diff)
downloadsamba-19ddef3dd9065b04896c626e7b4c691c7bbbec53.tar.gz
samba-19ddef3dd9065b04896c626e7b4c691c7bbbec53.tar.bz2
samba-19ddef3dd9065b04896c626e7b4c691c7bbbec53.zip
r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati Mohanan
<gomati.mohanan@in.ibm.com>. Also fix fields for sec_desc differences between 3.0 and 3.0.24 in nfs4_acls.c. (This used to be commit 3d6f387783467bbd7ea88d6a853b41572badf1ef)
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 369461c914..c175685ce5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -427,7 +427,7 @@ VFS_CATIA_OBJ = modules/vfs_catia.o
VFS_CACHEPRIME_OBJ = modules/vfs_cacheprime.o
VFS_PREALLOC_OBJ = modules/vfs_prealloc.o
VFS_COMMIT_OBJ = modules/vfs_commit.o
-VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o
+VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o modules/nfs4_acls.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o