2013-02-20 [colin] 3.9.0cvs82
[claws.git] / src / plugins / python / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = python_plugin.la
4
5 python_plugin_la_SOURCES = \
6         clawsmailmodule.c \
7         clawsmailmodule.h \
8         composewindowtype.c \
9         composewindowtype.h \
10         foldertype.c \
11         foldertype.h \
12         messageinfotype.c \
13         messageinfotype.h \
14         nodetype.c \
15         nodetype.h \
16         python_plugin.c \
17         python-hooks.c \
18         python-hooks.h \
19         python-shell.c \
20         python-shell.h
21
22 python_plugin_la_LDFLAGS = \
23         -avoid-version -module \
24         $(GLIB_LIBS) \
25         $(GTK_LIBS) \
26         $(PYGTK_LIBS) \
27         $(PYTHON_LIBS)
28
29 INCLUDES = \
30         -I$(top_srcdir)/src \
31         -I$(top_srcdir)/src/common \
32         -I$(top_builddir)/src/common \
33         -I$(top_srcdir)/src/gtk
34
35 AM_CPPFLAGS = \
36         -Wall \
37         $(CLAWS_MAIL_CFLAGS) \
38         $(GLIB_CFLAGS) \
39         $(GTK_CFLAGS) \
40         $(PYTHON_CFLAGS) \
41         $(PYGTK_CFLAGS) \
42         -DPYTHON_SHARED_LIB="\"$(PYTHON_SHARED_LIB)\"" \
43         -DENABLE_PYTHON \
44         -fno-strict-aliasing \
45         -DLOCALEDIR=\""$(localedir)"\"