summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-03 16:05:19 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-03 17:16:47 +0200
commit0003bb460bf25b894ddb0f864f22feaa25eb49e5 (patch)
tree3ad41d423d888c2792f0061680a09ab780a15202 /lib/socket_wrapper
parentb3d8a7136a4c71fa73baa745f7e2ef137d82ce46 (diff)
downloadsamba-0003bb460bf25b894ddb0f864f22feaa25eb49e5.tar.gz
samba-0003bb460bf25b894ddb0f864f22feaa25eb49e5.tar.bz2
samba-0003bb460bf25b894ddb0f864f22feaa25eb49e5.zip
s4-waf: fixed target group for SOCKET_WRAPPER
Diffstat (limited to 'lib/socket_wrapper')
-rw-r--r--lib/socket_wrapper/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket_wrapper/wscript_build b/lib/socket_wrapper/wscript_build
index 9fc05e5a38..b860fbe9ad 100644
--- a/lib/socket_wrapper/wscript_build
+++ b/lib/socket_wrapper/wscript_build
@@ -2,5 +2,6 @@
bld.SAMBA_SUBSYSTEM('SOCKET_WRAPPER',
source='socket_wrapper.c',
+ group='base_libraries',
deps='replace')