From 2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 15:19:49 -0700 Subject: s4: Rename NSS_WRAPPER to nss_wrapper. Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 7f0c8e861a..5468d92768 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('LIBWINBIND-CLIENT', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG NSS_WRAPPER' + deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG' ) -- cgit