From 02f348e2cb8636a1bce08fb37fe93a5c4d6132ab Mon Sep 17 00:00:00 2001 From: Daniel Reinhold Date: Sat, 26 Oct 2002 21:46:35 +0000 Subject: [PATCH] added localeconv to the build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1706 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 9a1bde7e9d..9fd9eadf07 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -4,6 +4,7 @@ KernelStaticLibraryObjects libkern.a : <$(SOURCE_GRIST)!libroot!posix>errno.o <$(SOURCE_GRIST)!libroot!posix!locale>ctype.o + <$(SOURCE_GRIST)!libroot!posix!locale>localeconv.o <$(SOURCE_GRIST)!libroot!posix!stdio>kvsprintf.o @@ -218,6 +219,7 @@ KernelStaticLibraryObjects libc.a : <$(SOURCE_GRIST)!libroot!posix!malloc>wrapper.o <$(SOURCE_GRIST)!libroot!posix!locale>ctype.o + <$(SOURCE_GRIST)!libroot!posix!locale>localeconv.o <$(SOURCE_GRIST)!libroot!posix!stdio>fclose.o <$(SOURCE_GRIST)!libroot!posix!stdio>feof.o @@ -362,6 +364,7 @@ KernelLd libroot.so : <$(SOURCE_GRIST)!libroot!posix!malloc>wrapper.o <$(SOURCE_GRIST)!libroot!posix!locale>ctype.o + <$(SOURCE_GRIST)!libroot!posix!locale>localeconv.o <$(SOURCE_GRIST)!libroot!posix!stdio>fclose.o <$(SOURCE_GRIST)!libroot!posix!stdio>feof.o