From a74e8be6d1448f121181e6d7cca3841891321a12 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 11:26:09 -0700 Subject: waf: Stop automaticaly changing dashes to underscores in library names. --- lib/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wscript_build') 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, -- cgit