| Revision 4165,
494 bytes
checked in by sam, 3 years ago
(diff) |
|
Start porting the Python interpreter to Python 2.4/2.5.
|
| Rev | Line | |
|---|
| [1436] | 1 | |
|---|
| 2 | bin_PROGRAMS = neercs |
|---|
| 3 | |
|---|
| [3439] | 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 \ |
|---|
| [3940] | 6 | configuration.c mytrace.c mytrace.h input.c lock.c server.c \ |
|---|
| [4048] | 7 | client.c screen_list.c help.c python/interpreter.c python/py_module.c \ |
|---|
| [4074] | 8 | widgets.c ansi.c |
|---|
| [4165] | 9 | neercs_CFLAGS = @CACA_CFLAGS@ @PYTHON_CFLAGS@ |
|---|
| 10 | neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ @PYTHON_LIBS@ |
|---|
Note: See
TracBrowser
for help on using the repository browser.