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/dsdb/wscript_build | |
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/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |