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

Last change on this file since 1241 was 1241, checked in by Sam Hocevar, 17 years ago
  • Make stdin input line-aware so that we don't have to wait until EOF to display stuff.
  • Reorganise stuff and fix memory leaks.
File size: 244 bytes
Line 
1
2bin_PROGRAMS = toilet
3
4toilet_SOURCES = main.c \
5        io.c io.h \
6        render.c render.h \
7        filter.c filter.h \
8        term.c mono9.c figlet.c
9toilet_CFLAGS = `pkg-config --cflags cucul`
10toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@
11
Note: See TracBrowser for help on using the repository browser.