From 833480d3ad1c4b3a1ea74fd583672c65c0af6463 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:05:50 -0700 Subject: s4: Rename LIBSAMBA-* to libsamba-* --- nsswitch/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsswitch') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index e367cc726c..8ae72bff54 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,13 +10,13 @@ bld.SAMBA_LIBRARY('libwinbind-client', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG' + deps='libsamba-util libsamba-hostconfig' ) bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA libwinbind-client LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ libsecurity LIBNDR NDR_SECURITY' + deps='libsamba-util LIBCLI_AUTH popt POPT_SAMBA libwinbind-client LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ libsecurity LIBNDR NDR_SECURITY' ) bld.SAMBA_LIBRARY('nss_winbind', -- cgit