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