From 27000126fd6431d24c9247fb3d2b8ab29e44b4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 6 Apr 2008 14:39:22 +0000 Subject: [PATCH] Fixed the build of the registrar for the app_server test environment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24830 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/registrar/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/servers/registrar/Jamfile b/src/tests/servers/registrar/Jamfile index aa2094d195..a44cf0912b 100644 --- a/src/tests/servers/registrar/Jamfile +++ b/src/tests/servers/registrar/Jamfile @@ -87,6 +87,8 @@ Server haiku_registrar RecentApps.cpp RecentEntries.cpp Registrar.cpp + RegistrarThread.cpp + RegistrarThreadManager.cpp RosterAppInfo.cpp RosterSettingsCharStream.cpp ShutdownProcess.cpp