s3-build: Add missing samba3-util dep to tdb-wrap3
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Apr 2012 04:20:46 +0000 (14:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 18 Apr 2012 02:05:00 +0000 (12:05 +1000)
source3/wscript_build

index 1781bace42f87eb5af57727616329fef8b7601ff..7ceea5cd7309fcffbbb95a26369c68f3973f81f5 100755 (executable)
@@ -1061,7 +1061,7 @@ bld.SAMBA3_LIBRARY('trusts_util',
 
 bld.SAMBA3_SUBSYSTEM('tdb-wrap3',
                     source='lib/util_tdb.c',
-                    deps='talloc',
+                    deps='talloc samba3-util',
                     vars=locals())
 
 bld.SAMBA3_LIBRARY('dbwrap',