From 54d8af972231adf05e0f1482d23ce1a449f4e6ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 31 Aug 2011 12:44:35 +0200 Subject: [PATCH] s3-waf: add missing tdb dependency to idmap_tdb2 module. Guenther --- source3/winbindd/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 5b4b4f76976..6e378a725d7 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -95,7 +95,7 @@ bld.SAMBA3_MODULE('idmap_tdb', bld.SAMBA3_MODULE('idmap_tdb2', subsystem='idmap', source=IDMAP_TDB2_SRC, - deps='samba-util', + deps='samba-util tdb', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_tdb2'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_tdb2')) -- 2.11.4.GIT