summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/wscript_build b/lib/wscript_build
index 55ca7537c8..3aee165570 100644
--- a/lib/wscript_build
+++ b/lib/wscript_build
@@ -25,3 +25,10 @@ bld.SAMBA_GENERATOR('external_init_py',
target='empty_file')
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',
+ source=[],
+ private_library=True,
+ grouping_library=True,
+ deps='LIBTSOCKET samba_socket')