From 7669bf7868264390abfd73100e421cabd1d3fea1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Tue, 20 Sep 2011 15:04:54 +0200 Subject: [PATCH] s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependency These modules are required for both header and source code files (see bug #8468). --- source4/ntvfs/common/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/ntvfs/common/wscript_build b/source4/ntvfs/common/wscript_build index 4977b7097f..b16f8fa256 100644 --- a/source4/ntvfs/common/wscript_build +++ b/source4/ntvfs/common/wscript_build @@ -3,6 +3,7 @@ bld.SAMBA_SUBSYSTEM('ntvfs_common', source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c', autoproto='proto.h', + deps='UTIL_TDB tdb-wrap', public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share' ) -- 2.34.1