From fea278bbed50cda5a41abae2ee750b3be889fc4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 31 Aug 2011 12:43:57 +0200 Subject: [PATCH] s3-waf: convert nss_info subsystem into a private library. Guenther --- source3/winbindd/wscript_build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 12f1bf9f694..5b4b4f76976 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -129,10 +129,11 @@ bld.SAMBA3_MODULE('idmap_autorid', NSS_INFO_TEMPLATE_SRC = 'nss_info_template.c' NSS_INFO_SRC = 'nss_info.c' -bld.SAMBA3_SUBSYSTEM('nss_info', - source=NSS_INFO_SRC, - deps='samba-util', - vars=locals()) +bld.SAMBA3_LIBRARY('nss_info', + source=NSS_INFO_SRC, + deps='samba-util param', + vars=locals(), + private_library=True) bld.SAMBA3_MODULE('nss_info_template', subsystem='nss_info', -- 2.34.1