summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-22 18:33:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-23 22:08:10 +0200
commit0397b2ef30b535dbcefc1e496ad70fa31ada5f9f (patch)
treea6dc63eba3c85ebaa3ded7ad484c37b54bf6d6aa /source4
parentcd7e384d2c1f94d67ce9eb75827b42eb7e380628 (diff)
downloadsamba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.gz
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.bz2
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.zip
charset: Make name lowercase everywhere.
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 1799bcabad..0a7b85ed01 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -78,7 +78,7 @@ bld.SAMBA_LIBRARY('LIBCLI_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',
+ 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
)