summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-16 15:49:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-18 12:05:00 +1000
commit351c78fc670d5e26ebc2deea7ef930a94b116697 (patch)
treef036d2f027075dd30f8d3a32e7cccd33b69c7256 /source3/Makefile.in
parentce9676839b50ad34cead8f7f02488272a2bb3c85 (diff)
downloadsamba-351c78fc670d5e26ebc2deea7ef930a94b116697.tar.gz
samba-351c78fc670d5e26ebc2deea7ef930a94b116697.tar.bz2
samba-351c78fc670d5e26ebc2deea7ef930a94b116697.zip
s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb
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 d48ce37064..21b41dfb65 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -853,7 +853,7 @@ VFS_EXPAND_MSDFS_OBJ = modules/vfs_expand_msdfs.o
VFS_SHADOW_COPY_OBJ = modules/vfs_shadow_copy.o
VFS_SHADOW_COPY2_OBJ = modules/vfs_shadow_copy2.o
VFS_AFSACL_OBJ = modules/vfs_afsacl.o
-VFS_XATTR_TDB_OBJ = modules/vfs_xattr_tdb.o
+VFS_XATTR_TDB_OBJ = modules/vfs_xattr_tdb.o lib/xattr_tdb.o
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