diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 7e827880af..abec585e05 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -72,7 +72,6 @@ Includes [ FGristFiles top.cpp watch.c ] : [ BuildFeatureAttribute ncurses : headers ] ; StdBinCommands - top.cpp watch.c : [ BuildFeatureAttribute ncurses : library ] : $(haiku-utils_rsrc) ; @@ -178,6 +177,12 @@ StdBinCommands sysinfo.cpp : [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ; +# commands that need libstdc++ and lubncurses +StdBinCommands + top.cpp + : [ BuildFeatureAttribute ncurses : library ] [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ; + + # standard commands that need libbe.so, libtranslation.so, libsupc++.so StdBinCommands translate.cpp