Last change
on this file since 4074 was
4074,
checked in by Jean-Yves Lamoureux, 13 years ago
|
- Moved ANSI emulation to ansi.c (term.c now just handles terminals stuff)
|
File size:
496 bytes
|
Line | |
---|
1 | |
---|
2 | bin_PROGRAMS = neercs |
---|
3 | |
---|
4 | neercs_SOURCES = neercs.h mygetopt.c mygetopt.h recurrent.c main.c screens.c \ |
---|
5 | term.c grab.c effects.c wm.c screensaver.c attach.c \ |
---|
6 | configuration.c mytrace.c mytrace.h input.c lock.c server.c \ |
---|
7 | client.c screen_list.c help.c python/interpreter.c python/py_module.c \ |
---|
8 | widgets.c ansi.c |
---|
9 | neercs_CFLAGS = @CACA_CFLAGS@ @PYTHON3_CFLAGS@ |
---|
10 | neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ @PYTHON3_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.