toilet/tools/Makefile.am
Sam Hocevar eb711671a2 * Added the caca2tlf tool, which converts a libcaca font into a TOIlet font
using a naive pixel-to-glyphs algorithm. I will improve it later.
2006-11-06 01:09:44 +00:00

8 lines
201 B
Makefile

# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $
noinst_PROGRAMS = caca2tlf
caca2tlf_SOURCES = caca2tlf.c
caca2tlf_CFLAGS = `pkg-config --cflags cucul`
caca2tlf_LDFLAGS = `pkg-config --libs cucul`