summaryrefslogtreecommitdiffstats
path: root/lib/wscript_build
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 /lib/wscript_build
parente4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff)
downloadsamba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz
samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.xz
samba-a74e8be6d1448f121181e6d7cca3841891321a12.zip
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'lib/wscript_build')
-rw-r--r--lib/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wscript_build b/lib/wscript_build
index 7e4b3ca5bb..bc9d5ed5f1 100644
--- a/lib/wscript_build
+++ b/lib/wscript_build
@@ -27,7 +27,7 @@ bld.SAMBA_GENERATOR('external_init_py',
bld.INSTALL_FILES('${PYTHONDIR}/samba/external', 'empty_file', destname='__init__.py')
# a grouping library for event and socket related subsystems
-bld.SAMBA_LIBRARY('samba_sockets',
+bld.SAMBA_LIBRARY('samba-sockets',
source=[],
private_library=True,
grouping_library=True,