summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
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/modules/wscript_build
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/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index f230fe3a1f..9607c34abe 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -182,7 +182,7 @@ bld.SAMBA3_MODULE('vfs_afsacl',
bld.SAMBA3_MODULE('vfs_xattr_tdb',
subsystem='vfs',
source=VFS_XATTR_TDB_SRC,
- deps='NDR_XATTR tdb',
+ deps='dbwrap xattr_tdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_xattr_tdb'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_xattr_tdb'))