source: neercs/trunk/src/Makefile.am @ 4165

Revision 4165, 494 bytes checked in by sam, 3 years ago (diff)

Start porting the Python interpreter to Python 2.4/2.5.

RevLine 
[1436]1
2bin_PROGRAMS = neercs
3
[3439]4neercs_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]9neercs_CFLAGS = @CACA_CFLAGS@ @PYTHON_CFLAGS@
10neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ @PYTHON_LIBS@
Note: See TracBrowser for help on using the repository browser.