From 72d2ba2f9ce89687b88c67faab54515ce6efe846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Casta=C3=B1eda?= Date: Tue, 7 Feb 2023 17:31:00 +0100 Subject: [PATCH] test_app_server: fix build Change-Id: I4489359980f92accdb825446f697cdbc7ce8121e Reviewed-on: https://review.haiku-os.org/c/haiku/+/6050 Reviewed-by: waddlesplash --- src/tests/servers/app/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/servers/app/Jamfile b/src/tests/servers/app/Jamfile index 7ed7f48452..759987f7be 100644 --- a/src/tests/servers/app/Jamfile +++ b/src/tests/servers/app/Jamfile @@ -109,12 +109,14 @@ local decorator_src = ; local font_src = + AppFontManager.cpp FontCache.cpp FontCacheEntry.cpp FontEngine.cpp FontFamily.cpp FontManager.cpp FontStyle.cpp + GlobalFontManager.cpp ; # These files are shared between the test_app_server and the libhwintreface, so