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

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
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 = @CUCUL_CFLAGS@
12toilet_LDADD = @CUCUL_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@
13
Note: See TracBrowser for help on using the repository browser.