waf: Add talloc as a dependency
authorAndreas Schneider <asn@samba.org>
Tue, 4 Aug 2015 10:00:33 +0000 (12:00 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Aug 2015 02:08:30 +0000 (04:08 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Aug  5 04:08:30 CEST 2015 on sn-devel-104

source4/kdc/wscript_build

index 7b8fcb1959cf97875ffb0c74a4587d5e8d0ce7fd..2abafa637c2ee4b7b3732883b3422f9ccccc9f7a 100755 (executable)
@@ -61,13 +61,13 @@ bld.SAMBA_SUBSYSTEM('WDC_SAMBA4',
 bld.SAMBA_SUBSYSTEM('sdb',
        source='sdb.c',
        includes=kdc_include,
-       deps='krb5',
+       deps='talloc krb5',
        )
 
 bld.SAMBA_SUBSYSTEM('sdb_hdb',
        source='sdb_to_hdb.c',
        includes=kdc_include,
-       deps='sdb hdb',
+       deps='talloc sdb hdb',
        autoproto='sdb_hdb.h',
        enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL')
        )