Update Spanish translation
[gnumeric.git] / plugins / python-loader / Makefile.am
blobc0b0ce76932011e6d308844dfd406be9753ebfe9
1 AM_CPPFLAGS = \
2     -DPLUGIN_ID=\"Gnumeric_PythonLoader\"               \
3     -DGNOMELOCALEDIR=\""$(datadir)/locale"\"    \
4     -I$(top_srcdir)/src -I$(top_builddir)/src   \
5     $(GNM_PY_CFLAGS)                            \
6     $(PYGTK_CFLAGS)                             \
7     $(GNUMERIC_CFLAGS)
9 gnumeric_plugin_python_loaderdir = $(gnumeric_plugindir)/python-loader
10 xmldir = $(gnumeric_plugin_python_loaderdir)
11 gnumeric_plugin_python_loader_LTLIBRARIES = python_loader.la
13 python_loader_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS) $(GNM_PY_LDFLAGS)
14 python_loader_la_LIBADD = $(GNM_PY_LIBADD)
15 python_loader_la_SOURCES = \
16         python-loader.h \
17         python-loader.c \
18         gnm-python.h \
19         gnm-python.c \
20         gnm-py-interpreter.h \
21         gnm-py-interpreter.c \
22         py-gnumeric.h \
23         py-gnumeric.c \
24         py-interpreter-selector.c \
25         py-interpreter-selector.h \
26         py-command-line.c \
27         py-command-line.h \
28         py-console.c \
29         py-console.h \
30         boot.c
32 xml_in_files = plugin.xml.in ui-console-menu.xml.in
33 xml_DATA = $(xml_in_files:.xml.in=.xml)
35 @INTLTOOL_XML_RULE@
37 EXTRA_DIST = $(xml_in_files)
38 CLEANFILES = $(xml_DATA)