summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-28 18:31:41 +0100
committerGünther Deschner <gd@samba.org>2011-01-31 10:04:42 +0100
commiteb5d884b15b7d36559ab5961167a0277e93086e7 (patch)
tree29c37ac87fc1f6382fa63e669f58085515fd8bc6 /source3/wscript_build
parent7b9ead17f1b6a3698bb5d5eb4a9448f26428dad1 (diff)
downloadsamba-eb5d884b15b7d36559ab5961167a0277e93086e7.tar.gz
samba-eb5d884b15b7d36559ab5961167a0277e93086e7.tar.bz2
samba-eb5d884b15b7d36559ab5961167a0277e93086e7.zip
s3-waf: these libs are not private libs.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3e5876c8da..600006970f 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -707,7 +707,7 @@ bld.SAMBA_LIBRARY('netapi',
RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_INITSHUTDOWN
INIT_NETLOGON INIT_SAMR''',
public_headers='lib/netapi/netapi.h',
- private_library=True,
+ vnum='0',
vars=locals())
bld.SAMBA_LIBRARY('smbclient',
@@ -715,14 +715,14 @@ bld.SAMBA_LIBRARY('smbclient',
public_deps='''talloc tdb wbclient cap PARAM LIB_NONSMBD LIBSMB KRBCLIENT PASSDB SMBLDAP GROUPDB
LIBMSRPC_GEN LIBMSRPC LIBCLI_LSA RPC_NDR_SRVSVC''',
public_headers='include/libsmbclient.h',
- private_library=True,
+ vnum='0',
vars=locals())
bld.SAMBA_LIBRARY('smbsharemodes',
source=LIBSMBSHAREMODES_SRC,
public_deps='''talloc tdb''',
public_headers='include/smb_share_modes.h',
- private_library=True,
+ vnum='0',
vars=locals())
bld.SAMBA_LIBRARY('nss_winbind',