diff --git a/src/tests/servers/app/painter/Jamfile b/src/tests/servers/app/painter/Jamfile index 28f5b989a4..45c2dcc210 100644 --- a/src/tests/servers/app/painter/Jamfile +++ b/src/tests/servers/app/painter/Jamfile @@ -17,10 +17,13 @@ SimpleTest Painter : DrawingModeFactory.cpp agg_font_freetype.cpp AGGTextRenderer.cpp + FontFamily.cpp FontManager.cpp + FontServer.cpp TextRenderer.cpp PatternHandler.cpp RGBColor.cpp + ServerFont.cpp SystemPalette.cpp ColorUtils.cc : be libagg.so libfreetype.so textencoding ; @@ -32,7 +35,10 @@ SEARCH on [ FGristFiles SEARCH on [ FGristFiles PatternHandler.cpp + FontFamily.cpp + FontServer.cpp RGBColor.cpp + ServerFont.cpp SystemPalette.cpp ] = [ FDirName $(OBOS_TOP) src servers app server ] ;