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

Last change on this file since 2988 was 2988, checked in by Sam Hocevar, 15 years ago

Port toilet to the unified libcaca 0.99.beta15 API.

File size: 171 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 = @CACA_CFLAGS@
7caca2tlf_LDADD = @CACA_LIBS@
8
Note: See TracBrowser for help on using the repository browser.