diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 13:51:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:25 +1100 |
commit | ae5c4cd6f9da3157acfb90dcb296aefd8e7f1e1e (patch) | |
tree | f918dd8801bb8f268b71f47f72c64d5f8ba8c11d /source4/dsdb/samdb/ldb_modules/wscript_build | |
parent | 323c1a8679fc50fd4ae810d541a06489219e3c72 (diff) | |
download | samba-ae5c4cd6f9da3157acfb90dcb296aefd8e7f1e1e.tar.gz samba-ae5c4cd6f9da3157acfb90dcb296aefd8e7f1e1e.tar.bz2 samba-ae5c4cd6f9da3157acfb90dcb296aefd8e7f1e1e.zip |
s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYS
this prevents a duplicate object file
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index 79d93ccef8..13c78ad656 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -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' ) |