summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-24 07:06:53 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-24 03:51:07 +0200
commit00b12674685798f300e04d6d2e62f1cfa435c982 (patch)
treeabf267566d065ab54fe70b3f4251fe6c4708ed46 /source4/ntvfs
parent2e51c386beff808e74c8c1f360a6f4db30fe74b5 (diff)
downloadsamba-00b12674685798f300e04d6d2e62f1cfa435c982.tar.gz
samba-00b12674685798f300e04d6d2e62f1cfa435c982.tar.bz2
samba-00b12674685798f300e04d6d2e62f1cfa435c982.zip
build: Add missing dep on tdb_compat
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 ee0ef2494c..f6e1ef6841 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -54,7 +54,7 @@ bld.SAMBA_LIBRARY('posix_eadb',
bld.SAMBA_PYTHON('python_posix_eadb',
source='python/pyposix_eadb.c',
- deps='pyparam_util posix_eadb',
+ deps='pyparam_util posix_eadb tdb_compat',
realname='samba/posix_eadb.so'
)