source:
toilet/trunk/src/Makefile.am
@
1241
Last change on this file since 1241 was 1241, checked in by , 17 years ago | |
---|---|
File size: 244 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 \ |
[1227] | 7 | filter.c filter.h \ |
[1241] | 8 | term.c mono9.c figlet.c |
[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.