summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-25 21:24:35 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-26 13:31:08 +0200
commit23cbfef542013193fad54963fbf8a886740e9b00 (patch)
tree5776577dc76944ff19e4592157f432c68eea3e56 /source4/libcli
parent08785dd73d39954fa02c2cb15947613b7e27494f (diff)
downloadsamba-23cbfef542013193fad54963fbf8a886740e9b00.tar.gz
samba-23cbfef542013193fad54963fbf8a886740e9b00.tar.bz2
samba-23cbfef542013193fad54963fbf8a886740e9b00.zip
cli_smb_common: Lowercase name.
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 7f3941fdf1..b5e8a21041 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -78,8 +78,8 @@ bld.SAMBA_LIBRARY('cli_raw',
source='raw/rawfile.c raw/smb_signing.c raw/clisocket.c raw/clitransport.c raw/clisession.c raw/clitree.c raw/clierror.c raw/rawrequest.c raw/rawreadwrite.c raw/rawsearch.c raw/rawsetfileinfo.c raw/raweas.c raw/rawtrans.c raw/clioplock.c raw/rawnegotiate.c raw/rawfsinfo.c raw/rawfileinfo.c raw/rawnotify.c raw/rawioctl.c raw/rawacl.c raw/rawdate.c raw/rawlpq.c raw/rawshadow.c',
autoproto='raw/raw_proto.h',
public_deps='samba_socket LIBPACKET LIBCRYPTO',
- deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF LIBCLI_SMB_COMMON',
- private_library=True
+ deps='cli_composite LIBCLI_RESOLVE security ndr samba-util errors charset talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF cli_smb_common',
+ private_library=True
)
bld.RECURSE('smb2')