added localeconv to the build

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Daniel Reinhold 2002-10-26 21:46:35 +00:00
parent 952977a190
commit 02f348e2cb

View File

@ -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