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 ] ;