s3:wscript_build - add dependency on "tdb-wrap3" for libnet dssync
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 29 Sep 2011 10:47:17 +0000 (12:47 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 30 Sep 2011 14:40:12 +0000 (16:40 +0200)
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Sep 30 16:40:12 CEST 2011 on sn-devel-104

source3/wscript_build

index 7c3dcffd12d3718d999b65f3dd70c4b6cc3eb358..3b13b0b8d9440f62f633822be46194ab5f8bc11a 100755 (executable)
@@ -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',