build: Add missing dep on tdb_compat
authorAndrew Bartlett <abartlet@samba.org>
Sun, 23 Sep 2012 21:06:53 +0000 (07:06 +1000)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Nov 2012 08:22:16 +0000 (09:22 +0100)
source4/ntvfs/posix/wscript_build

index ee0ef2494c221a6f9396db1f233541b55136e338..f6e1ef6841b9c9bb9730d28c121909c7df322fbd 100644 (file)
@@ -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'
        )