summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-10-30 10:47:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-04 12:19:30 +0100
commit7cd91ca0c4acdb8ae1e5d5319d9d934d74ff4c74 (patch)
treed453cfcc8579c99853f1f93911475bc6ebb8e1dd /source3
parentea6ac284cb974b0443000aa75b36d20d0d6814d8 (diff)
downloadsamba-7cd91ca0c4acdb8ae1e5d5319d9d934d74ff4c74.tar.gz
samba-7cd91ca0c4acdb8ae1e5d5319d9d934d74ff4c74.tar.bz2
samba-7cd91ca0c4acdb8ae1e5d5319d9d934d74ff4c74.zip
s3:autoconf add non_posix_acls to NFS4ACL_OBJ
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 398a0bcfd0..35199e9c83 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -853,7 +853,7 @@ NOTIFY_OBJ = smbd/notify.o smbd/notify_inotify.o smbd/notify_internal.o \
FNAME_UTIL_OBJ = lib/filename_util.o
-NFS4ACL_OBJ = modules/nfs4_acls.o
+NFS4ACL_OBJ = modules/nfs4_acls.o modules/non_posix_acls.o
VFS_DEFAULT_OBJ = modules/vfs_default.o
VFS_AUDIT_OBJ = modules/vfs_audit.o