From 16c05905aeea98f5653f8d90bfb5e1e412f46680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 19 Aug 2005 15:24:08 +0000 Subject: [PATCH] forgot this one git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13992 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/Jamfile b/src/system/libroot/posix/Jamfile index 9f86518f3d..bd9a02f498 100644 --- a/src/system/libroot/posix/Jamfile +++ b/src/system/libroot/posix/Jamfile @@ -21,6 +21,7 @@ KernelMergeObject posix_main.o : SubInclude OBOS_TOP src system libroot posix arch ; +SubInclude OBOS_TOP src system libroot posix crypt ; SubInclude OBOS_TOP src system libroot posix locale ; SubInclude OBOS_TOP src system libroot posix malloc ; SubInclude OBOS_TOP src system libroot posix math ;