source: toilet/trunk/src/Makefile.am @ 1367

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
2bin_PROGRAMS = toilet
3
4toilet_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
10toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
11toilet_CFLAGS = `pkg-config --cflags cucul`
12toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@
13
Note: See TracBrowser for help on using the repository browser.