diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 2 | ||||
-rw-r--r-- | source4/nbt_server/wscript_build | 2 | ||||
-rw-r--r-- | source4/ntptr/wscript_build | 2 | ||||
-rw-r--r-- | source4/utils/net/wscript_build | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index cf53bcb2ab..577d495287 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -111,7 +111,7 @@ bld.SAMBA_MODULE('ldb_samba3sid', subsystem='ldb', init_function='LDB_MODULE(samba3sid)', internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'), - deps='talloc LIBEVENTS ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY' + deps='talloc LIBEVENTS ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY LDBSAMBA' ) diff --git a/source4/nbt_server/wscript_build b/source4/nbt_server/wscript_build index da1ba814c0..d66e7acaf4 100644 --- a/source4/nbt_server/wscript_build +++ b/source4/nbt_server/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('WINSDB', source='wins/winsdb.c wins/wins_hook.c', autoproto='wins/winsdb_proto.h', - public_deps='ldb' + public_deps='ldb LDBSAMBA' ) diff --git a/source4/ntptr/wscript_build b/source4/ntptr/wscript_build index ee20231bcc..d34d062ce1 100644 --- a/source4/ntptr/wscript_build +++ b/source4/ntptr/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('ntptr_simple_ldb', source='simple_ldb/ntptr_simple_ldb.c', subsystem='ntptr', init_function='ntptr_simple_ldb_init', - deps='ldb NDR_SPOOLSS DCERPC_COMMON' + deps='ldb NDR_SPOOLSS DCERPC_COMMON LDBSAMBA' ) diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build index fc0db09cb6..d86b800268 100644 --- a/source4/utils/net/wscript_build +++ b/source4/utils/net/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('net_drs', source='drs/net_drs.c drs/net_drs_bind.c drs/net_drs_kcc.c drs/net_drs_replicate.c drs/net_drs_showrepl.c', autoproto='drs/net_drs_proto.h', subsystem='net', - deps='LIBCLI_DRSUAPI ldb', + deps='LIBCLI_DRSUAPI ldb LDBSAMBA', internal_module=True ) |