From 48beed72f4fa30b469a3a5e3e4a0490e2bfe29a0 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 30 Jul 2012 11:09:57 +0200 Subject: [PATCH] build: add text-subsystem to build-sources This finally adds the new font renderers to the build-sources so they are actually built. Signed-off-by: David Herrmann --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fc33494..f6e3a5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,10 @@ libkmscon_core_la_SOURCES = \ src/pty.c src/pty.h \ src/gl.h \ src/gl_math.c \ - src/font_pango.c + src/font_pango.c \ + src/text.h \ + src/text_font.c \ + src/text_font_8x16.c if KMSCON_HAVE_GLES2 libkmscon_core_la_SOURCES += \