From 00b12674685798f300e04d6d2e62f1cfa435c982 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Sep 2012 07:06:53 +1000 Subject: build: Add missing dep on tdb_compat --- source4/ntvfs/posix/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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' ) -- cgit