diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index a201b01d38..e322443d73 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -479,7 +479,7 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_KEYSVC', ) # a grouping library for NDR subsystems that may be used by more than one target -bld.SAMBA_LIBRARY('ndr_samba', +bld.SAMBA_LIBRARY('ndr-samba', source=[], deps='NDR_DRSBLOBS NDR_DRSUAPI NDR_IDMAP NDR_NTLMSSP NDR_SCHANNEL NDR_MGMT NDR_KRB5PAC NDR_DNSP NDR_EPMAPPER NDR_XATTR NDR_UNIXINFO NDR_NAMED_PIPE_AUTH', private_library=True, @@ -487,7 +487,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', +bld.SAMBA_LIBRARY('dcerpc-samba', source=[], deps='RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_WINREG', private_library=True, |