diff options
author | Denys Vlasenko | 2010-01-31 05:15:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-31 05:15:38 +0100 |
commit | d8528b8e56bab7643722e4453121882d23c23c07 (patch) | |
tree | c742df066326cd571327b10d4cca3341c798d129 /libbb/Kbuild | |
parent | ed910c750d7908a31262488e04d38b7bf3d75322 (diff) | |
download | busybox-d8528b8e56bab7643722e4453121882d23c23c07.zip busybox-d8528b8e56bab7643722e4453121882d23c23c07.tar.gz |
ls: unicode fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 243626d..7e79310 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -73,6 +73,7 @@ lib-y += perror_nomsg_and_die.o lib-y += pidfile.o lib-y += platform.o lib-y += printable.o +lib-y += printable_string.o lib-y += print_flags.o lib-y += process_escape_sequence.o lib-y += procps.o |