source:
toilet/trunk/src/Makefile.am
@
2420
| Revision 2420, 275 bytes checked in by sam, 5 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | bin_PROGRAMS = toilet |
| 3 | |
| 4 | toilet_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 |
| 9 | toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\" |
| 10 | toilet_CFLAGS = @CUCUL_CFLAGS@ |
| 11 | toilet_LDADD = @CUCUL_LIBS@ @GETOPT_LIBS@ @ZLIB_LIBS@ |
| 12 |
Note: See TracBrowser
for help on using the repository browser.
