From caacdb0cf10c9ec6d5caf6d08331af6ec9a42560 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 29 Sep 2011 12:47:17 +0200 Subject: s3:wscript_build - add dependency on "tdb-wrap3" for libnet dssync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Fri Sep 30 16:40:12 CEST 2011 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 7c3dcffd12..3b13b0b8d9 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -964,7 +964,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNET', bld.SAMBA3_SUBSYSTEM('LIBNET_DSSYNC', source=LIBNET_DSSYNC_SRC, - deps='LIBNET LIBCLI_DRSUAPI', + deps='LIBNET LIBCLI_DRSUAPI tdb-wrap3', vars=locals()) bld.SAMBA3_SUBSYSTEM('LIBNET_SAMSYNC', -- cgit