diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 10:42:58 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:17 -0700 |
commit | 8cf61377aa388724150699618f5cd60682ffde37 (patch) | |
tree | 6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /nsswitch/wscript_build | |
parent | b2af2fd3de37296c5589fd5f34bb3353227272cd (diff) | |
download | samba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz |
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'nsswitch/wscript_build')
-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 5146ed95c4e..acb7313a63b 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', |