source: toilet/trunk/src/Makefile.am @ 3870

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

Port toilet to the unified libcaca 0.99.beta15 API.

File size: 273 bytes
Line 
1
2bin_PROGRAMS = toilet
3
4toilet_SOURCES = main.c toilet.h \
5        render.c render.h \
6        filter.c filter.h \
7        export.c export.h \
8        term.c figlet.c
9toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
10toilet_CFLAGS = @CACA_CFLAGS@
11toilet_LDADD = @CACA_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@
12
Note: See TracBrowser for help on using the repository browser.