source: toilet/trunk/tools/Makefile.am @ 1367

Last change on this file since 1367 was 1291, checked in by Sam Hocevar, 17 years ago
  • 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.
File size: 201 bytes
Line 
1# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $
2
3noinst_PROGRAMS = caca2tlf
4
5caca2tlf_SOURCES = caca2tlf.c
6caca2tlf_CFLAGS = `pkg-config --cflags cucul`
7caca2tlf_LDFLAGS = `pkg-config --libs cucul`
8
Note: See TracBrowser for help on using the repository browser.