Last change
on this file since 1367 was
1326,
checked in by Sam Hocevar, 17 years ago
|
- Allow setting the font directory using --datadir / --datarootdir.
|
File size:
316 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 = `pkg-config --cflags cucul` |
---|
12 | toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@ |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.