From c071c40a729303e09a043c3c1c71f72fd92ec51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 20 Aug 2002 02:41:43 +0000 Subject: [PATCH] Added the new files in libc/sys/ to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@831 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index cf94ad5ef2..e78a5dcea2 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -348,6 +348,10 @@ KernelStaticLibraryObjects libc.a : <$(SOURCE_GRIST)!libc!system>wrappers.o <$(SOURCE_GRIST)!libc!system!arch!$(OBOS_ARCH)>atomic.o + <$(SOURCE_GRIST)!libc!sys>chmod.o + <$(SOURCE_GRIST)!libc!sys>stat.o + <$(SOURCE_GRIST)!libc!sys>mkdir.o + <$(SOURCE_GRIST)!libc!unistd>access.o <$(SOURCE_GRIST)!libc!unistd>chown.o <$(SOURCE_GRIST)!libc!unistd>close.o @@ -469,6 +473,10 @@ KernelLd libc.so : <$(SOURCE_GRIST)!libc!system>wrappers.o <$(SOURCE_GRIST)!libc!system!arch!$(OBOS_ARCH)>atomic.o + <$(SOURCE_GRIST)!libc!sys>chmod.o + <$(SOURCE_GRIST)!libc!sys>stat.o + <$(SOURCE_GRIST)!libc!sys>mkdir.o + <$(SOURCE_GRIST)!libc!unistd>access.o <$(SOURCE_GRIST)!libc!unistd>chown.o <$(SOURCE_GRIST)!libc!unistd>close.o