1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build: Explicitly depend on samba-modules where needed

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-12-06 13:20:36 +01:00 committed by Jeremy Allison
parent cec30b2e06
commit 9e64022662
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@ bld.SAMBA3_MODULE('idmap_autorid',
bld.SAMBA3_LIBRARY('nss_info',
source='nss_info.c',
deps='samba-util smbconf',
deps='samba-util smbconf samba-modules',
private_library=True)
bld.SAMBA3_MODULE('nss_info_template',

View File

@ -177,6 +177,7 @@ bld.SAMBA3_SUBSYSTEM('pdb',
LIBCLI_AUTH
flag_mapping
samba-credentials
samba-modules
nscd
''')