build: link each text-font backend separately
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 2 Jan 2013 17:00:14 +0000 (18:00 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 2 Jan 2013 17:02:10 +0000 (18:02 +0100)
commit180f25375d1bc0daf047b38b6d90fff3d638f8d9
tree8fd67356594a1f53f438bbc4867345618226ca5e
parent30dac8b736910775405ae07b22cba9b6d720159b
build: link each text-font backend separately

We want to modularize the text-font library, so we need each backend as a
different library. This step links each of them into a different static
library so we can now link them either into the binary or into modules.

This step also makes 8x16 always compiled into the text-font backend so we
always have a working implementation even though no modules might be
loaded.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
configure.ac
src/text.h