summaryrefslogtreecommitdiff
path: root/lib/util/wscript_build
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 /lib/util/wscript_build
parentcd7e384d2c1f94d67ce9eb75827b42eb7e380628 (diff)
downloadsamba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.gz
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.tar.bz2
samba-0397b2ef30b535dbcefc1e496ad70fa31ada5f9f.zip
charset: Make name lowercase everywhere.
Diffstat (limited to 'lib/util/wscript_build')
-rwxr-xr-xlib/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index f8386fa73f..659cb5455c 100755
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('samba-util',
util_str.c util_str_common.c substitute.c ms_fnmatch.c
server_id.c dprintf.c parmlist.c''',
deps='DYNCONFIG',
- public_deps='talloc execinfo uid_wrapper pthread LIBCRYPTO CHARSET',
+ public_deps='talloc execinfo uid_wrapper pthread LIBCRYPTO charset',
public_headers='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h string_wrappers.h',
header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
local_include=False,