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