diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 14:31:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 15:13:16 +0000 |
commit | 484939db0fb789c43181cf1df6a6f66753fd067e (patch) | |
tree | 64a1f232599ae8e705e47cffd28671ea5c80631e | |
parent | 837bcb9e0fe50acb11c4051fbd9b2d32abc8680e (diff) | |
download | samba-484939db0fb789c43181cf1df6a6f66753fd067e.tar.gz samba-484939db0fb789c43181cf1df6a6f66753fd067e.tar.bz2 samba-484939db0fb789c43181cf1df6a6f66753fd067e.zip |
samdb_common, ntlm: Add missing dependency on libsamba-hostconfig.
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 | ||||
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 936e6f5d8a..ab17237ea6 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth_sam_module', source='auth_sam.c', subsystem='auth', init_function='auth_sam_init', - deps='SAMDB auth_sam ntlm_check' + deps='SAMDB auth_sam ntlm_check LIBSAMBA-HOSTCONFIG' ) diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 15ca7f9174..7010698923 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -13,7 +13,7 @@ bld.SAMBA_SUBSYSTEM('SAMDB', bld.SAMBA_SUBSYSTEM('SAMDB_COMMON', source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c', autoproto='common/proto.h', - deps='ldb NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH LIBTSOCKET samba_socket' + deps='ldb NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH LIBTSOCKET samba_socket LIBSAMBA-HOSTCONFIG' ) |