From 251d6fa726da10f1556d3f9784d1477b2ccc6c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 28 Nov 2009 14:05:16 +0000 Subject: [PATCH] added missing source for multibyte handling git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34328 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/tar/lib/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/tar/lib/Jamfile b/src/bin/tar/lib/Jamfile index 60d6d485d1..eeac931d2c 100644 --- a/src/bin/tar/lib/Jamfile +++ b/src/bin/tar/lib/Jamfile @@ -45,6 +45,7 @@ StaticLibrary libtar.a : imaxtostr.c lchown.c malloc.c + mbchar.c mbscasecmp.c mempcpy.c memrchr.c @@ -76,6 +77,7 @@ StaticLibrary libtar.a : stpcpy.c strcasecmp.c stripslash.c + strnlen1.c strncasecmp.c strndup.c strtol.c