From 4fa0ceb7517de755b20179f2728532811f62c845 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 20:21:10 +1100 Subject: [PATCH] waf: RPC_NDR_WINBIND is samba4 specific this caused problems with the s3 waf build --- librpc/wscript_build | 2 +- source4/librpc/wscript_build | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/librpc/wscript_build b/librpc/wscript_build index c40d07b2d7d..4a45095eec6 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -484,7 +484,7 @@ bld.SAMBA_LIBRARY('NDR_SAMBA', # a grouping library for RPC_NDR subsystems that may be used by more than one target bld.SAMBA_LIBRARY('RPC_NDR_SAMBA', source=[], - deps='RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_WINBIND RPC_NDR_WINREG', + deps='RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_WINREG', private_library=True, grouping_library=True ) diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 83f7df38bce..920d6a2c310 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -110,6 +110,14 @@ bld.SAMBA_LIBRARY('NDR_SAMBA4', grouping_library=True ) +# a grouping library for RPC_NDR subsystems that may be used by more than one target +bld.SAMBA_LIBRARY('RPC_NDR_SAMBA4', + source=[], + deps='RPC_NDR_WINBIND', + private_library=True, + grouping_library=True + ) + bld.SAMBA_PIDL_TABLES('GEN_NDR_TABLES', 'gen_ndr/tables.c') -- 2.11.4.GIT