source: neercs/trunk/src/Makefile.am @ 1437

Last change on this file since 1437 was 1437, checked in by Sam Hocevar, 17 years ago
  • Imported libcaca's test/term.c into our tree.
File size: 177 bytes
Line 
1
2bin_PROGRAMS = neercs
3
4neercs_SOURCES = main.c neercs.h term.c
5neercs_CFLAGS = `pkg-config --cflags caca`
6neercs_LDFLAGS = `pkg-config --libs caca`
7neercs_LDADD = @UTIL_LIBS@
8
Note: See TracBrowser for help on using the repository browser.