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

Revision 2420, 275 bytes checked in by sam, 5 years ago (diff)
  • Get rid of io.c/io.h: IO functions are now in libcucul.
Line 
1
2bin_PROGRAMS = toilet
3
4toilet_SOURCES = main.c toilet.h \
5        render.c render.h \
6        filter.c filter.h \
7        export.c export.h \
8        term.c figlet.c
9toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
10toilet_CFLAGS = @CUCUL_CFLAGS@
11toilet_LDADD = @CUCUL_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@
12
Note: See TracBrowser for help on using the repository browser.