From: Christian Ambach Date: Tue, 30 Oct 2012 09:47:22 +0000 (+0100) Subject: s3:autoconf add non_posix_acls to NFS4ACL_OBJ X-Git-Tag: tevent-0.9.18~329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cd91ca0c4acdb8ae1e5d5319d9d934d74ff4c74;p=thirdparty%2Fsamba.git s3:autoconf add non_posix_acls to NFS4ACL_OBJ Signed-off-by: Christian Ambach Reviewed-by: Andrew Bartlett --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 398a0bcfd0e..35199e9c833 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