build: Explicitly depend on samba-modules where needed
authorVolker Lendecke <vl@samba.org>
Fri, 6 Dec 2019 12:20:36 +0000 (13:20 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 8 Dec 2019 20:24:31 +0000 (20:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/wscript_build
source3/wscript_build

index b31926bf3cec782c9a46e23bfc43a33a009a7afe..534dd0b206b2519624736e151cd7af7c9f3df73e 100644 (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',
index e94e9b5ac1090fa4d24904609e55d35b5457e1a1..545e1a171b59e7f8144b20cbe707a86550128b30 100644 (file)
@@ -177,6 +177,7 @@ bld.SAMBA3_SUBSYSTEM('pdb',
                         LIBCLI_AUTH
                         flag_mapping
                         samba-credentials
+                        samba-modules
                         nscd
                         ''')