diff options
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 5146ed95c4..acb7313a63 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,13 +10,13 @@ bld.SAMBA_LIBRARY('winbind-client', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='libsamba-util libsamba-hostconfig' + deps='samba-util samba-hostconfig' ) bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - deps='libsamba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security LIBNDR NDR_SECURITY' + deps='samba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security ndr NDR_SECURITY' ) bld.SAMBA_LIBRARY('nss_winbind', |