diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-22 18:33:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-23 22:08:10 +0200 |
commit | 0397b2ef30b535dbcefc1e496ad70fa31ada5f9f (patch) | |
tree | a6dc63eba3c85ebaa3ded7ad484c37b54bf6d6aa /lib/util/charset/wscript_build | |
parent | cd7e384d2c1f94d67ce9eb75827b42eb7e380628 (diff) | |
download | samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.gz samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.bz2 samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.zip |
charset: Make name lowercase everywhere.
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r-- | lib/util/charset/wscript_build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index 1f2c8dfa7a..7a9918046d 100644 --- a/lib/util/charset/wscript_build +++ b/lib/util/charset/wscript_build @@ -4,14 +4,14 @@ bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER', source='iconv.c', public_deps='iconv replace talloc') -bld.SAMBA_SUBSYSTEM('CHARSET', +bld.SAMBA_SUBSYSTEM('charset', public_headers='charset.h', source='codepoints.c convert_string.c util_str.c util_unistr_w.c charcnv.c pull_push.c util_unistr.c', deps='DYNCONFIG ICONV_WRAPPER', public_deps='talloc') bld.SAMBA_MODULE('charset_weird', - subsystem='CHARSET', + subsystem='charset', source='weird.c', init_function='', deps='samba-util', @@ -19,7 +19,7 @@ bld.SAMBA_MODULE('charset_weird', enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_weird')) bld.SAMBA_MODULE('charset_CP850', - subsystem='CHARSET', + subsystem='charset', source='CP850.c', init_function='', deps='samba-util', @@ -27,7 +27,7 @@ bld.SAMBA_MODULE('charset_CP850', enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_CP850')) bld.SAMBA_MODULE('charset_CP437', - subsystem='CHARSET', + subsystem='charset', source='CP437.c', init_function='', deps='samba-util', @@ -35,7 +35,7 @@ bld.SAMBA_MODULE('charset_CP437', enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_CP437')) bld.SAMBA_MODULE('charset_macosxfs', - subsystem='CHARSET', + subsystem='charset', source='charset_macosxfs.c', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('charset_macosxfs'), |