Last change
on this file since 2500 was
2495,
checked in by Jean-Yves Lamoureux, 15 years ago
|
- Removed general local variables from main() and put it in struct screen_list
- Moved most of the input handling to input.c
- Moved lock feature to lock.c
|
File size:
283 bytes
|
Rev | Line | |
---|
[1436] | 1 | |
---|
| 2 | bin_PROGRAMS = neercs |
---|
| 3 | |
---|
[2455] | 4 | neercs_SOURCES = neercs.h mygetopt.c recurrent.c main.c screens.c term.c \ |
---|
[2495] | 5 | grab.c effects.c wm.c screensaver.c attach.c configuration.c \ |
---|
| 6 | input.c lock.c |
---|
[1445] | 7 | neercs_CFLAGS = @CACA_CFLAGS@ |
---|
[2457] | 8 | neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.