diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-25 22:27:17 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:31:09 +0200 |
commit | 47a41c8daf4df59f4d80723c38749209c044d1a4 (patch) | |
tree | 1df2797edc6036f5368204725c6136bff607b3e9 /source4/lib/socket | |
parent | 23cbfef542013193fad54963fbf8a886740e9b00 (diff) | |
download | samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.gz samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.bz2 samba-47a41c8daf4df59f4d80723c38749209c044d1a4.zip |
cli_composite: Lowercase name.
Diffstat (limited to 'source4/lib/socket')
-rw-r--r-- | source4/lib/socket/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index c10970d17a..da0b3806d4 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -24,6 +24,6 @@ bld.SAMBA_MODULE('socket_unix', bld.SAMBA_SUBSYSTEM('samba_socket', source='socket.c access.c connect_multi.c connect.c', public_deps='talloc LIBTSOCKET', - deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix' + deps='cli_composite LIBCLI_RESOLVE socket_ip socket_unix' ) |