source:
toilet/trunk/src/Makefile.am
@
1194
Last change on this file since 1194 was 1101, checked in by , 17 years ago | |
---|---|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[1084] | 1 | |
2 | bin_PROGRAMS = toilet | |
3 | ||
[1101] | 4 | toilet_SOURCES = main.c \ |
5 | render.c render.h \ | |
6 | filters.c filter.h \ | |
7 | figlet.c figlet.h | |
[1084] | 8 | toilet_CFLAGS = `pkg-config --cflags cucul` |
[1087] | 9 | toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ |
[1084] | 10 |
Note: See TracBrowser
for help on using the repository browser.