From 184dd21b87e0cec0bc83ea472b69ae60fc28de89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 12 Sep 2003 02:29:33 +0000 Subject: [PATCH] Adds the new Stream.cpp file to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4641 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kernel/boot/loader/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/kernel/boot/loader/Jamfile b/src/tests/kernel/boot/loader/Jamfile index f173a10a9c..23c6a1f05c 100644 --- a/src/tests/kernel/boot/loader/Jamfile +++ b/src/tests/kernel/boot/loader/Jamfile @@ -23,6 +23,7 @@ ObjectsDefines # file systems bfs.cpp Directory.cpp + Stream.cpp : read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close ; @@ -70,6 +71,7 @@ SimpleTest BootLoaderTest : # file systems bfs.cpp Directory.cpp + Stream.cpp list.c : @@ -94,5 +96,5 @@ SEARCH on [ FGristFiles apple.cpp ] SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ] = [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ; -SEARCH on [ FGristFiles bfs.cpp Directory.cpp ] +SEARCH on [ FGristFiles bfs.cpp Directory.cpp Stream.cpp ] = [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;