Bug 885: Proper charset support in xterm window title
[elinks.git] / src / scripting / python / Makefile
bloba84ed9e91f168045611e34e6ad8fc5e16227f6cb
1 top_builddir=../../..
2 include $(top_builddir)/Makefile.config
4 INCLUDES += $(PYTHON_CFLAGS)
6 OBJS = \
7 core.o \
8 dialogs.o \
9 document.o \
10 hooks.o \
11 keybinding.o \
12 load.o \
13 menu.o \
14 open.o \
15 python.o
17 include $(top_srcdir)/Makefile.lib