diff options
Diffstat (limited to 'lib')
-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 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, |