summaryrefslogtreecommitdiff
path: root/source4/libnet
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-25 22:27:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-26 13:31:09 +0200
commit47a41c8daf4df59f4d80723c38749209c044d1a4 (patch)
tree1df2797edc6036f5368204725c6136bff607b3e9 /source4/libnet
parent23cbfef542013193fad54963fbf8a886740e9b00 (diff)
downloadsamba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.gz
samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.bz2
samba-47a41c8daf4df59f4d80723c38749209c044d1a4.zip
cli_composite: Lowercase name.
Diffstat (limited to 'source4/libnet')
-rw-r--r--source4/libnet/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index eb3e079cef..54c901ad0b 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -3,7 +3,7 @@
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 cli_cldap LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH ndr smbpasswdparser PROVISION LIBCLI_SAMSYNC HDB_SAMBA4 LIBTSOCKET com_err',
+ public_deps='credentials dcerpc dcerpc-samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI cli_composite LIBCLI_RESOLVE LIBCLI_FINDDCS cli_cldap LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH ndr smbpasswdparser PROVISION LIBCLI_SAMSYNC HDB_SAMBA4 LIBTSOCKET com_err',
private_library=True
)