summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 11:26:09 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:18 -0700
commita74e8be6d1448f121181e6d7cca3841891321a12 (patch)
tree652b0f2e54a666ce94e94db76e460f18673e4e98 /librpc
parente4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff)
downloadsamba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz
samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.bz2
samba-a74e8be6d1448f121181e6d7cca3841891321a12.zip
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build4
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,