diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 18:41:59 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:16 -0700 |
commit | d9cbcdd4109d361c909f2884fcf3797cf4052092 (patch) | |
tree | d0979b61b54c4689d05b95e4d912e57d92db8633 /source4/libnet/wscript_build | |
parent | 126f87e6a51bf330b7cdc631804a61e29c3116f7 (diff) | |
download | samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.gz samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.bz2 samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.zip |
s4: Drop duplicate 'lib' prefix for private libraries.
Diffstat (limited to 'source4/libnet/wscript_build')
-rw-r--r-- | source4/libnet/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build index 1449ed579c..48d64abfaf 100644 --- a/source4/libnet/wscript_build +++ b/source4/libnet/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.SAMBA_LIBRARY('libsamba-net', +bld.SAMBA_LIBRARY('samba-net', source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c libnet_export_keytab.c', autoproto='libnet_proto.h', public_deps='CREDENTIALS dcerpc dcerpc_samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBCLI_FINDDCS LIBCLI_CLDAP LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH LIBNDR smbpasswd PROVISION LIBCLI_SAMSYNC HDB_SAMBA4 LIBTSOCKET com_err', @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('libsamba-net', bld.SAMBA_PYTHON('python_net', source='py_net.c', - deps='libsamba-net pyrpc_util', + deps='samba-net pyrpc_util', realname='samba/net.so' ) |