summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-21 21:43:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-21 20:26:11 +0000
commitc529317fe2b48e045b35a613cfd1ad3f03b68435 (patch)
treee714b588b45bb825acdfa642194cd2c1e1bb441c /lib/socket_wrapper/wscript_build
parent5785f08268bac332d09bdf71d1907ecb54f3b5bd (diff)
downloadsamba-c529317fe2b48e045b35a613cfd1ad3f03b68435.tar.gz
samba-c529317fe2b48e045b35a613cfd1ad3f03b68435.tar.bz2
samba-c529317fe2b48e045b35a613cfd1ad3f03b68435.zip
Lowercase socket_wrapper name.
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/socket_wrapper/wscript_build')
-rw-r--r--lib/socket_wrapper/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socket_wrapper/wscript_build b/lib/socket_wrapper/wscript_build
index a3546a0e22..e100ccc6fe 100644
--- a/lib/socket_wrapper/wscript_build
+++ b/lib/socket_wrapper/wscript_build
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('SOCKET_WRAPPER',
+bld.SAMBA_LIBRARY('socket_wrapper',
source='socket_wrapper.c',
group='base_libraries',
private_library=True,