From 64829f93ff601c9146a953e08858a1ab84dd1a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 22 Nov 2004 15:28:51 +0000 Subject: [PATCH] add find_directory to libroot build... someone test it ? git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10170 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/os/Jamfile b/src/kernel/libroot/os/Jamfile index 21124c9f05..95ef1a789e 100644 --- a/src/kernel/libroot/os/Jamfile +++ b/src/kernel/libroot/os/Jamfile @@ -7,6 +7,7 @@ KernelMergeObject os_main.o : atomic.c debug.c driver_settings.c + find_directory.c fs_attr.c fs_index.c fs_info.c