summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-14 09:35:24 +0200
committerVolker Lendecke <vl@samba.org>2014-09-18 20:36:11 +0200
commit02d4b7470188d25ed06d24b43a82a50c47903aa2 (patch)
tree5b0628cd2605105c911a09a400e1e88ea734e7c7 /source4/ntvfs
parent5454f71fc05c551c2465c2d10ee5e0971058bf02 (diff)
downloadsamba-02d4b7470188d25ed06d24b43a82a50c47903aa2.tar.gz
tdb_wrap: Only pull in samba-debug
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index f6e1ef6841b..a39989b8982 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -48,7 +48,7 @@ bld.SAMBA_PYTHON('python_xattr_native',
bld.SAMBA_LIBRARY('posix_eadb',
source='posix_eadb.c',
- deps='tdb tdb-wrap',
+ deps='tdb tdb-wrap samba-util',
autoproto='posix_eadb_proto.h',
private_library=True)