From 0397b2ef30b535dbcefc1e496ad70fa31ada5f9f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 22 Jul 2011 18:33:31 +0200 Subject: charset: Make name lowercase everywhere. --- source3/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/wscript_build') 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) -- cgit