Last change
on this file since 4048 was
4048,
checked in by Jean-Yves Lamoureux, 13 years ago
|
- Created widgets.[c,h] and an unfinished (but working) input box
- Python interpreter now uses generic input box code
|
File size:
490 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 |
---|
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.