Last change
on this file since 1321 was
1321,
checked in by Sam Hocevar, 16 years ago
|
- Moved export stuff in export.c.
- Bail out with an error if the requested export format is unsupported.
|
File size:
266 bytes
|
Line | |
---|
1 | |
---|
2 | bin_PROGRAMS = toilet |
---|
3 | |
---|
4 | toilet_SOURCES = main.c toilet.h \ |
---|
5 | io.c io.h \ |
---|
6 | render.c render.h \ |
---|
7 | filter.c filter.h \ |
---|
8 | export.c export.h \ |
---|
9 | term.c figlet.c |
---|
10 | toilet_CFLAGS = `pkg-config --cflags cucul` |
---|
11 | toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@ |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.