From f475c9696b9e3cf52f74e180835498410f5a7ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 7 Jun 2004 01:50:46 +0000 Subject: [PATCH] Fixes the build under R5. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7789 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/copy_to_bfs_image/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tools/copy_to_bfs_image/Jamfile b/src/tools/copy_to_bfs_image/Jamfile index 4e983aeb49..da65cc6806 100644 --- a/src/tools/copy_to_bfs_image/Jamfile +++ b/src/tools/copy_to_bfs_image/Jamfile @@ -32,6 +32,8 @@ BinCommand copy_to_bfs_image : Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp Debug.cpp kernel_cpp.cpp + + strlcat.c : ; @@ -46,6 +48,10 @@ SEARCH on [ FGristFiles kernel_cpp.cpp ] = [ FDirName $(OBOS_TOP) src kernel core util ] ; +SEARCH on [ FGristFiles + strlcat.c + ] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ; + SEARCH on [ FGristFiles rootfs.c initfs.c kernel.c cache.c sl.c stub.c sysdep.c hexdump.c argv.c ] = [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ] ;