From 5b111b26a33e44ee157e095979dea17f9cca31e6 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 16 Feb 2007 16:45:33 +0000 Subject: [PATCH] Don't link against libbe.so anymore. This is only necessary for the version using the input server. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20143 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/consoled/Jamfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tests/system/consoled/Jamfile b/src/tests/system/consoled/Jamfile index 429fb38824..eb7290564d 100644 --- a/src/tests/system/consoled/Jamfile +++ b/src/tests/system/consoled/Jamfile @@ -3,6 +3,4 @@ SubDir HAIKU_TOP src tests system consoled ; UsePrivateHeaders kernel ; UseHeaders [ FDirName $(HAIKU_TOP) src apps terminal ] ; -Application consoled : - consoled.cpp - : libroot.so libbe.so ; +Application consoled : consoled.cpp ;