From dc104a2adef609a2bb28d191b750441e3cb6188c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 10 May 2020 14:23:29 +0200 Subject: [PATCH] bfs_shell: build fix. --- src/tools/bfs_shell/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/bfs_shell/Jamfile b/src/tools/bfs_shell/Jamfile index 7b37121810..dd9b493361 100644 --- a/src/tools/bfs_shell/Jamfile +++ b/src/tools/bfs_shell/Jamfile @@ -54,6 +54,7 @@ local bfsSource = Attribute.cpp CheckVisitor.cpp Debug.cpp + DeviceOpener.cpp FileSystemVisitor.cpp Index.cpp Inode.cpp @@ -88,5 +89,5 @@ BuildPlatformMain bfs_fuse $(HOST_STATIC_LIBROOT) $(fsShellCommandLibs) fuse ; -SEARCH on [ FGristFiles QueryParserUtils.cpp ] +SEARCH on [ FGristFiles DeviceOpener.cpp QueryParserUtils.cpp ] += [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems shared ] ;