source:
toilet/trunk/src/Makefile.am
@
1321
Last change on this file since 1321 was 1321, checked in by , 16 years ago | |
---|---|
File size: 266 bytes |
Rev | Line | |
---|---|---|
[1084] | 1 | |
2 | bin_PROGRAMS = toilet | |
3 | ||
[1288] | 4 | toilet_SOURCES = main.c toilet.h \ |
[1201] | 5 | io.c io.h \ |
[1101] | 6 | render.c render.h \ |
[1227] | 7 | filter.c filter.h \ |
[1321] | 8 | export.c export.h \ |
[1293] | 9 | term.c figlet.c |
[1084] | 10 | toilet_CFLAGS = `pkg-config --cflags cucul` |
[1206] | 11 | toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@ |
[1084] | 12 |
Note: See TracBrowser
for help on using the repository browser.