summaryrefslogtreecommitdiff
path: root/source3
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 /source3
parentcd7e384d2c1f94d67ce9eb75827b42eb7e380628 (diff)
downloadsamba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.gz
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.bz2
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.zip
charset: Make name lowercase everywhere.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 51dc3997c4..414cf83474 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -874,7 +874,7 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
bld.SAMBA3_LIBRARY('smbconf',
source=LIB_SMBCONF_SRC,
deps='''LIBSMBCONF smbregistry REG_SMBCONF talloc param
- util_reg samba-util errors3 CHARSET SAMBA_VERSION''',
+ util_reg samba-util errors3 charset SAMBA_VERSION''',
public_headers='../lib/smbconf/smbconf.h',
vnum='0')
@@ -1023,7 +1023,7 @@ bld.SAMBA3_LIBRARY('string_init',
bld.SAMBA3_LIBRARY('util_str',
source='''lib/util_str.c''',
- deps='samba-util CHARSET',
+ deps='samba-util charset',
private_library=True)
bld.SAMBA3_LIBRARY('util_sec',
@@ -1048,7 +1048,7 @@ bld.SAMBA3_LIBRARY('memcache',
bld.SAMBA3_LIBRARY('CHARSET3',
source='''lib/charcnv.c lib/fstring.c''',
- public_deps='ICONV_WRAPPER CHARSET',
+ public_deps='ICONV_WRAPPER charset',
deps='samba-util util_str',
private_library=True)