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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-07-30 11:09:57 +02:00
parent f55715b60b
commit 48beed72f4

View File

@ -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 += \