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 /libcli/cldap | |
parent | b2af2fd3de37296c5589fd5f34bb3353227272cd (diff) | |
download | samba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2 samba-8cf61377aa388724150699618f5cd60682ffde37.zip |
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'libcli/cldap')
-rw-r--r-- | libcli/cldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build index 296532227e..e52abbe4a9 100644 --- a/libcli/cldap/wscript_build +++ b/libcli/cldap/wscript_build @@ -4,6 +4,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP', source='cldap.c', public_deps='cli_ldap', - deps='LIBTSOCKET libsamba-util UTIL_TEVENT ldb LIBCLI_NETLOGON' + deps='LIBTSOCKET samba-util UTIL_TEVENT ldb LIBCLI_NETLOGON' ) |