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 /source4/auth/ntlm | |
parent | 837bcb9e0fe50acb11c4051fbd9b2d32abc8680e (diff) | |
download | samba-484939db0fb789c43181cf1df6a6f66753fd067e.tar.gz samba-484939db0fb789c43181cf1df6a6f66753fd067e.tar.bz2 samba-484939db0fb789c43181cf1df6a6f66753fd067e.zip |
samdb_common, ntlm: Add missing dependency on libsamba-hostconfig.
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 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' ) |