source:
neercs/trunk/src/Makefile.am
@
2445
Last change on this file since 2445 was 2445, checked in by , 15 years ago | |
---|---|
File size: 226 bytes |
Line | |
---|---|
1 | |
2 | bin_PROGRAMS = neercs |
3 | |
4 | |
5 | if USE_GRAB |
6 | grab_c=grab.c |
7 | endif |
8 | |
9 | neercs_SOURCES = neercs.h $(grab_c) mygetopt.c recurrent.c main.c screens.c term.c effects.c wm.c |
10 | neercs_CFLAGS = @CACA_CFLAGS@ |
11 | neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ |
12 |
Note: See TracBrowser
for help on using the repository browser.