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
RevLine 
[1084]1
2bin_PROGRAMS = toilet
3
[1101]4toilet_SOURCES = main.c \
[1201]5        io.c io.h \
[1101]6        render.c render.h \
[1227]7        filter.c filter.h \
[1241]8        term.c mono9.c figlet.c
[1084]9toilet_CFLAGS = `pkg-config --cflags cucul`
[1206]10toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@
[1084]11
Note: See TracBrowser for help on using the repository browser.