summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'lib/socket_wrapper')
-rw-r--r--lib/socket_wrapper/wscript_build9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/socket_wrapper/wscript_build b/lib/socket_wrapper/wscript_build
index b860fbe9ad..a3546a0e22 100644
--- a/lib/socket_wrapper/wscript_build
+++ b/lib/socket_wrapper/wscript_build
@@ -1,7 +1,8 @@
#!/usr/bin/env python
-bld.SAMBA_SUBSYSTEM('SOCKET_WRAPPER',
- source='socket_wrapper.c',
- group='base_libraries',
- deps='replace')
+bld.SAMBA_LIBRARY('SOCKET_WRAPPER',
+ source='socket_wrapper.c',
+ group='base_libraries',
+ private_library=True,
+ deps='replace')