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 | |
---|
2 | bin_PROGRAMS = toilet |
---|
3 | |
---|
4 | toilet_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 |
---|
9 | toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\" |
---|
10 | toilet_CFLAGS = @CACA_CFLAGS@ |
---|
11 | toilet_LDADD = @CACA_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@ |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.