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