source:
neercs/trunk/src/Makefile.am
@
1436
Last change on this file since 1436 was 1436, checked in by , 16 years ago | |
---|---|
File size: 134 bytes |
Line | |
---|---|
1 | |
2 | bin_PROGRAMS = neercs |
3 | |
4 | neercs_SOURCES = main.c |
5 | neercs_CFLAGS = `pkg-config --cflags caca` |
6 | neercs_LDFLAGS = `pkg-config --libs caca` |
7 |
Note: See TracBrowser
for help on using the repository browser.