From 66ebd69087720995be5cf261d72a07cdb18d7e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 3 Nov 2002 17:39:33 +0000 Subject: [PATCH] Added select.c to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1835 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/sys/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/posix/sys/Jamfile b/src/kernel/libroot/posix/sys/Jamfile index 80ef9891c6..7f9a136012 100644 --- a/src/kernel/libroot/posix/sys/Jamfile +++ b/src/kernel/libroot/posix/sys/Jamfile @@ -4,6 +4,7 @@ KernelObjects <$(SOURCE_GRIST)>chmod.c <$(SOURCE_GRIST)>stat.c <$(SOURCE_GRIST)>mkdir.c + <$(SOURCE_GRIST)>select.c <$(SOURCE_GRIST)>sysctl.c : -fPIC -DPIC