summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
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 /librpc/wscript_build
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 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 93c6ffd9852..135b30754cd 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -316,7 +316,7 @@ bld.SAMBA_SUBSYSTEM('NDR_INITSHUTDOWN',
bld.SAMBA_SUBSYSTEM('NDR_COMPRESSION',
source='ndr/ndr_compression.c',
- public_deps='errors ndr',
+ public_deps='samba-errors ndr',
deps='z LZXPRESS'
)
@@ -705,7 +705,7 @@ bld.SAMBA_LIBRARY('dcerpc-samba',
bld.SAMBA_LIBRARY('ndr',
source='ndr/ndr_string.c ndr/ndr_basic.c ndr/uuid.c ndr/ndr.c ndr/ndr_misc.c gen_ndr/ndr_misc.c ndr/util.c',
pc_files='ndr.pc',
- public_deps='errors talloc samba-util',
+ public_deps='samba-errors talloc samba-util',
public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
header_path= [('*gen_ndr*', 'gen_ndr')],
vnum='0.0.5',