summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2013-01-18 18:35:15 +0100
committerKai Blin <kai@samba.org>2013-05-18 10:58:05 +0200
commit0f5e9d29f607f9d910641632dfcd20ef800b0bc4 (patch)
treefc66c762984af20933c1405bca8d83d559c7674a /librpc/wscript_build
parent30cba0d201fc91cff30b6ea2bd11979930650169 (diff)
downloadsamba-0f5e9d29f607f9d910641632dfcd20ef800b0bc4.tar.gz
samba-0f5e9d29f607f9d910641632dfcd20ef800b0bc4.tar.bz2
samba-0f5e9d29f607f9d910641632dfcd20ef800b0bc4.zip
librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug class
Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index cc5d617275..2017a291fc 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -642,7 +642,7 @@ bld.SAMBA_LIBRARY('ndr',
public_deps='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.1',
+ vnum='0.0.2',
abi_directory='ABI',
abi_match='ndr_* GUID_*',
)