summaryrefslogtreecommitdiff
path: root/source4/libcli/wbclient
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-01-04 01:01:53 +0000
committerJelmer Vernooij <jelmer@samba.org>2016-01-13 07:47:04 +0100
commitda8674c72ab1f2dc8458434d714c61530630f51e (patch)
tree3946c3d4d685c6cc42d327435a42f051d05ff95f /source4/libcli/wbclient
parent218f96f2bf10f7f03ec964c4515f6e248fc31ad8 (diff)
downloadsamba-da8674c72ab1f2dc8458434d714c61530630f51e.tar.gz
Rename 'errors' to 'samba-errors' and make it public.
This is necessary because it has public headers. Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> Reviewed-By: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/libcli/wbclient')
-rw-r--r--source4/libcli/wbclient/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wbclient/wscript_build b/source4/libcli/wbclient/wscript_build
index cf28887a285..f3cb3afd5f5 100644
--- a/source4/libcli/wbclient/wscript_build
+++ b/source4/libcli/wbclient/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('LIBWBCLIENT_OLD',
source='wbclient.c',
- public_deps='errors events',
+ public_deps='samba-errors events',
cflags='-DWINBINDD_SOCKET_DIR=\"%s\"' % bld.env.WINBINDD_SOCKET_DIR,
deps='WB_REQTRANS NDR_WINBIND MESSAGING RPC_NDR_WINBIND',
private_library=True