From 544cb7d33aa60325f15d7015b15bc4d1659ba954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 20 Aug 2002 10:41:26 +0000 Subject: [PATCH] Added realpath.c to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@837 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index e78a5dcea2..868b19567a 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -313,6 +313,7 @@ KernelStaticLibraryObjects libc.a : <$(SOURCE_GRIST)!libc!stdlib>radixsort.o <$(SOURCE_GRIST)!libc!stdlib>rand.o <$(SOURCE_GRIST)!libc!stdlib>random.o + <$(SOURCE_GRIST)!libc!stdlib>realpath.o <$(SOURCE_GRIST)!libc!stdlib>strtoq.o <$(SOURCE_GRIST)!libc!stdlib>strtouq.o @@ -438,6 +439,7 @@ KernelLd libc.so : <$(SOURCE_GRIST)!libc!stdlib>radixsort.o <$(SOURCE_GRIST)!libc!stdlib>rand.o <$(SOURCE_GRIST)!libc!stdlib>random.o + <$(SOURCE_GRIST)!libc!stdlib>realpath.o <$(SOURCE_GRIST)!libc!stdlib>strtoq.o <$(SOURCE_GRIST)!libc!stdlib>strtouq.o