summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 10:42:58 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commit8cf61377aa388724150699618f5cd60682ffde37 (patch)
tree6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /nsswitch/wscript_build
parentb2af2fd3de37296c5589fd5f34bb3353227272cd (diff)
downloadsamba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz
samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2
samba-8cf61377aa388724150699618f5cd60682ffde37.zip
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build4
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',