summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-16 16:59:22 -0700
committerKarolin Seeger <kseeger@samba.org>2008-09-21 12:37:19 -0700
commitbad5ab8989de24f98a9ce3defb88ed074a24a34f (patch)
tree22e32122a1a2ddc500108f9f5d6e1432f86b7c73 /source/Makefile.in
parent9c19fca3ea583c3b3d55c36c48649fae65833387 (diff)
downloadsamba-bad5ab8989de24f98a9ce3defb88ed074a24a34f.tar.gz
samba-bad5ab8989de24f98a9ce3defb88ed074a24a34f.tar.xz
samba-bad5ab8989de24f98a9ce3defb88ed074a24a34f.zip
Make the correct module name.
Jeremy. (cherry picked from commit 7cd40b7e0ec77f70d79b19abb8bc9623a9efae31)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index bf663ecbf0c..1b2339e12c0 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2391,7 +2391,7 @@ bin/aio_fork.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_AIO_FORK_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_AIO_FORK_OBJ)
-bin/vfs_acl_xattr.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_ACL_XATTR_OBJ)
+bin/acl_xattr.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_ACL_XATTR_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_ACL_XATTR_OBJ)