diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 11:26:09 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:18 -0700 |
commit | a74e8be6d1448f121181e6d7cca3841891321a12 (patch) | |
tree | 652b0f2e54a666ce94e94db76e460f18673e4e98 /lib/wscript_build | |
parent | e4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff) | |
download | samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz |
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'lib/wscript_build')
-rw-r--r-- | lib/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wscript_build b/lib/wscript_build index 7e4b3ca5bba..bc9d5ed5f1a 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, |