summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-22 21:18:32 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-23 23:20:51 +0200
commit75244137510a51df2a8602160b02a3acc6e6c472 (patch)
treee4c9b6cbc7f2cbdbfa656e9686ca1cb5a92e7a7c /source4/client
parent0397b2ef30b535dbcefc1e496ad70fa31ada5f9f (diff)
downloadsamba-75244137510a51df2a8602160b02a3acc6e6c472.tar.gz
samba-75244137510a51df2a8602160b02a3acc6e6c472.tar.bz2
samba-75244137510a51df2a8602160b02a3acc6e6c472.zip
cli_raw: Make name lowercase.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/wscript_build b/source4/client/wscript_build
index f542575265..94b579c0d5 100644
--- a/source4/client/wscript_build
+++ b/source4/client/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_BINARY('smbclient',
source='client.c',
- deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_RAW'
+ deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS cli_raw'
)