From e1d0a30ed463e82d6426ff055c62004dd969c5f0 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 16 Sep 2024 14:48:54 -0400 Subject: [PATCH] bin: Link launch_roster against libshared. --- src/bin/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index cc785da85d..5fa84aef23 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -88,7 +88,6 @@ StdBinCommands draggers.cpp ffm.cpp iroster.cpp - launch_roster.cpp listattr.cpp listfont.cpp listres.cpp @@ -136,6 +135,7 @@ StdBinCommands # standard commands that need libbe.so, libsupc++.so, and libshared.a StdBinCommands + launch_roster.cpp ramdisk.cpp resizefs.cpp : shared be [ TargetLibsupc++ ] : $(haiku-utils_rsrc) ;