Last change
on this file since 2263 was
1442,
checked in by Sam Hocevar, 17 years ago
|
- Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux.
|
File size:
288 bytes
|
Line | |
---|
1 | |
---|
2 | bin_PROGRAMS = toilet |
---|
3 | |
---|
4 | toilet_SOURCES = main.c toilet.h \ |
---|
5 | io.c io.h \ |
---|
6 | render.c render.h \ |
---|
7 | filter.c filter.h \ |
---|
8 | export.c export.h \ |
---|
9 | term.c figlet.c |
---|
10 | toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\" |
---|
11 | toilet_CFLAGS = @CUCUL_CFLAGS@ |
---|
12 | toilet_LDADD = @CUCUL_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@ |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.