Last change
on this file since 1206 was
1206,
checked in by Sam Hocevar, 17 years ago
|
- Support for PKZIP-compressed fonts using zlib.
|
File size:
239 bytes
|
Rev | Line | |
---|
[1084] | 1 | |
---|
| 2 | bin_PROGRAMS = toilet |
---|
| 3 | |
---|
[1101] | 4 | toilet_SOURCES = main.c \ |
---|
[1201] | 5 | io.c io.h \ |
---|
[1101] | 6 | render.c render.h \ |
---|
| 7 | filters.c filter.h \ |
---|
| 8 | figlet.c figlet.h |
---|
[1084] | 9 | toilet_CFLAGS = `pkg-config --cflags cucul` |
---|
[1206] | 10 | toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@ |
---|
[1084] | 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.