s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYS
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 02:51:02 +0000 (13:51 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
this prevents a duplicate object file

source4/dsdb/samdb/ldb_modules/wscript_build

index 79d93ccef8ce6646f1fbec8dd3c30dcc6c000e1e..13c78ad656f47392370131eef473967d860d182b 100644 (file)
@@ -156,7 +156,7 @@ bld.SAMBA_MODULE('ldb_password_hash',
        subsystem='ldb',
        init_function='LDB_MODULE(password_hash)',
        internal_module=False,
-       deps='talloc LIBEVENTS SAMDB LIBCLI_AUTH NDR_DRSBLOBS KERBEROS HEIMDAL_HDB_KEYS krb5 com_err'
+       deps='talloc LIBEVENTS SAMDB LIBCLI_AUTH NDR_DRSBLOBS KERBEROS hdb krb5 com_err'
        )